]> git.xolatile.top Git - emil-bake.git/commitdiff
add -s and /home/terrorist/src/bake to shake call
authorEmil <emilwilliams@tuta.io>
Mon, 13 Nov 2023 05:47:34 +0000 (05:47 +0000)
committerEmil <emilwilliams@tuta.io>
Mon, 13 Nov 2023 05:47:34 +0000 (05:47 +0000)
install.sh

index 1c7eb3cd50579fbafe15b163b9caee355bcf64f0..b774982b682a15f9b9eb83bbaabde8469571358b 100755 (executable)
@@ -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}