lull/build.sh

10 lines
160 B
Bash
Raw Normal View History

2020-09-23 14:12:10 +00:00
#!/usr/bin/env bash
cargo build --release
cp target/release/lull .
strip lull
zip -r lull.zip README.md lull
rm lull
2020-09-26 10:44:32 +00:00
zip -r sounds.zip SOUNDS.md sounds/*.mp3