summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'launch.sh')
-rwxr-xr-xlaunch.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/launch.sh b/launch.sh
index d9daeb6..adc66a0 100755
--- a/launch.sh
+++ b/launch.sh
@@ -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"