slackbuilds/python/thonny/thonny.sh

4 lines
46 B
Bash
Raw Normal View History

#!/bin/sh
cd /opt
exec python3 -m thonny "$@"