aboutsummaryrefslogtreecommitdiff
path: root/playground/execute.sh
diff options
context:
space:
mode:
Diffstat (limited to 'playground/execute.sh')
-rwxr-xr-xplayground/execute.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/playground/execute.sh b/playground/execute.sh
new file mode 100755
index 0000000..0325904
--- /dev/null
+++ b/playground/execute.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+. $(dirname -- "$0")/env.sh
+
+exec $PYTHON -m hatter execute \
+ "$@"