mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
82b4a756c0
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
3 lines
46 B
Bash
3 lines
46 B
Bash
#!/bin/sh
|
|
cd /opt
|
|
exec python3 -m thonny "$@"
|