summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 02:24:54 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 02:24:54 +0100
commit0545299672e446faea7241c652b5bb3f83eab22a (patch)
treee51c0f68b13452d09284f7257ad4bf4e4b9cc131 /launch.sh
parent8a0a10cd58ca39ece0a6f42592e7ba3382d26954 (diff)
launch o
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"