summarylogtreecommitdiffstats
path: root/pytrainer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pytrainer.sh')
-rwxr-xr-xpytrainer.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/pytrainer.sh b/pytrainer.sh
new file mode 100755
index 000000000000..f0b9a2cbd3f5
--- /dev/null
+++ b/pytrainer.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+# First arg is log level, e.g. -d for DEBUG
+
+cd /usr/share/pytrainer
+exec python2 pytrainer "$@"