diff options
-rw-r--r-- | john.dat (renamed from beeite.dat) | 0 | ||||
-rw-r--r-- | john.lua (renamed from beeite.lua) | 0 | ||||
-rwxr-xr-x | launch.sh | 6 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -fname="$1" -bname="${fname%.lua}" +bname="$2" +host="${1:--}" git add .; git commit -m "launch $bname"; git push -# echo "$bname" | websocat wss://citrons.xyz/ws-echo/rebecca +echo "RRP $host deploy $bname" | pee cat "websocat wss://citrons.xyz/ws-echo/rebecca" |