aboutsummaryrefslogtreecommitdiff
path: root/debian/hex-zeroctl
diff options
context:
space:
mode:
Diffstat (limited to 'debian/hex-zeroctl')
-rwxr-xr-xdebian/hex-zeroctl2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/hex-zeroctl b/debian/hex-zeroctl
new file mode 100755
index 0000000..7036817
--- /dev/null
+++ b/debian/hex-zeroctl
@@ -0,0 +1,2 @@
+#!/bin/sh
+su hex-zero -s /bin/bash -c "python3 /var/www/hex-zero/hex_zero.py ${*}"
bgstack15