pyruse/extra/bin/pyruse-boot

4 lines
65 B
Plaintext
Raw Normal View History

2017-12-16 20:26:59 +01:00
#!/usr/bin/python
from pyruse import main
main.boot(sys.argv[1])