aboutsummaryrefslogtreecommitdiff
path: root/python/thonny/thonny.sh
diff options
context:
space:
mode:
authorTim Dickson <dickson.tim@googlemail.com>2018-01-04 01:03:00 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-06 06:55:29 +0700
commit82b4a756c03a1bb405c7c61039778d55d3ae11cd (patch)
tree2f91d617e62500b60a7118e6491421c2f8c09059 /python/thonny/thonny.sh
parent3f9b5fc969255fef9cc41c092ffb8667873e1f66 (diff)
downloadslackbuilds-82b4a756c03a1bb405c7c61039778d55d3ae11cd.tar.xz
python/thonny: Added (simple Python IDE).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/thonny/thonny.sh')
-rw-r--r--python/thonny/thonny.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/thonny/thonny.sh b/python/thonny/thonny.sh
new file mode 100644
index 000000000000..3541a2692bef
--- /dev/null
+++ b/python/thonny/thonny.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt
+exec python3 -m thonny "$@"