pyruse/extra/bin/pyruse-boot

4 lines
65 B
Python
Executable File

#!/usr/bin/python
from pyruse import main
main.boot(sys.argv[1])