summaryrefslogtreecommitdiff
path: root/curl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'curl.sh')
-rwxr-xr-xcurl.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/curl.sh b/curl.sh
index 095c21f..493b0f8 100755
--- a/curl.sh
+++ b/curl.sh
@@ -33,6 +33,10 @@ case "$cmd" in
https://wmf2-deployer.vm.liw.fi/publish
;;
+ status)
+ runcurl https://wmf2-controller.vm.liw.fi/status
+ ;;
+
*)
echo "eek" 1>&2
exit 1