insta-import-pixelfed/build.sh
Falko Zurell 6d2a4aa625 added bit more verbose output and my build script.
also embedded demo of usage
2025-01-18 09:26:46 +01:00

4 lines
101 B
Bash
Executable file

#!/bin/bash -x
cargo clean
cargo build --release --target $(rustc -vV | grep host | cut -d ' ' -f2)