diff options
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 0000000000000..3541a2692bef8 --- /dev/null +++ b/python/thonny/thonny.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd /opt +exec python3 -m thonny "$@" |