pyruse/extra/bin/pyruse-boot

5 lines
76 B
Python
Executable File

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