add -s and /home/terrorist/src/bake to shake call

This commit is contained in:
Emil 2023-11-13 05:47:34 +00:00
parent 6d41b1da14
commit e31c6adc26
No known key found for this signature in database
GPG Key ID: 5432DB986FDBCF8A

View File

@ -2,5 +2,5 @@
cd $(dirname "$(readlink -f "$0")")
SUDO=${SUDO:-sudo}
chmod +x shake
./shake bake.c
./shake bake.c -s $+
$SUDO install -m 755 shake bake ${TARGET:-/usr/local/bin}