fixing up bootstrappign scripts

This commit is contained in:
Matthew Ryan Dillon 2023-09-03 13:55:53 -04:00
parent 12dabf43e9
commit 651c566ae9
4 changed files with 36 additions and 8 deletions

View file

@ -0,0 +1,11 @@
#!/bin/sh
set -e
if [ ! -d $HOME/.src/gwar ] ; then
git clone ssh://git@pingo.thermokar.st/gwar $HOME/.src/gwar
fi
cd $HOME/.src/gwar
cargo build --release
cp target/release/gwar ~/bin