summarylogtreecommitdiffstats
path: root/numnastics.sh
diff options
context:
space:
mode:
Diffstat (limited to 'numnastics.sh')
-rw-r--r--numnastics.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/numnastics.sh b/numnastics.sh
new file mode 100644
index 000000000000..7d8e3005662a
--- /dev/null
+++ b/numnastics.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd /opt/numnastics
+python numnastics
+exit 0