pyruse/extra/bin/pyruse-boot

5 lines
76 B
Plaintext
Raw Normal View History

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