diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2018-01-04 01:03:00 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:29 +0700 |
commit | 82b4a756c03a1bb405c7c61039778d55d3ae11cd (patch) | |
tree | 2f91d617e62500b60a7118e6491421c2f8c09059 /python/thonny/thonny.sh | |
parent | 3f9b5fc969255fef9cc41c092ffb8667873e1f66 (diff) | |
download | slackbuilds-82b4a756c03a1bb405c7c61039778d55d3ae11cd.tar.gz |
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.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/thonny/thonny.sh b/python/thonny/thonny.sh new file mode 100644 index 0000000000..3541a2692b --- /dev/null +++ b/python/thonny/thonny.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd /opt +exec python3 -m thonny "$@" |