FreedomBox/bin/plinth
2014-08-29 12:57:27 +05:30

5 lines
113 B
Bash

#!/bin/sh
export PYTHONPATH=/usr/share/plinth/python
exec python /usr/share/plinth/python/plinth/plinth.py "$@"