mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +08:00
af5ccec396
old-commit-hash: f2de9784f8
5 lines
67 B
Python
5 lines
67 B
Python
#!/usr/bin/env python2
|
|
import os
|
|
import sys
|
|
os.system(sys.argv[1])
|