summarylogtreecommitdiffstats
path: root/pytrainer.sh
diff options
context:
space:
mode:
authorzoe2015-06-20 23:15:21 +0200
committerzoe2015-06-20 23:15:21 +0200
commit421994cb630d7a91f910b2eaa8104d34371bb5aa (patch)
tree6fdc62c7c75f2b8ab07472aa251b7b4c07873900 /pytrainer.sh
downloadaur-421994cb630d7a91f910b2eaa8104d34371bb5aa.tar.gz
Initial import
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 "$@"