diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:24:54 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:24:54 +0100 |
commit | 0545299672e446faea7241c652b5bb3f83eab22a (patch) | |
tree | e51c0f68b13452d09284f7257ad4bf4e4b9cc131 | |
parent | 8a0a10cd58ca39ece0a6f42592e7ba3382d26954 (diff) |
launch o
-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" |