mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 17:03:58 +08:00
5 lines
67 B
Python
5 lines
67 B
Python
|
|
#!/usr/bin/env python2
|
||
|
|
import os
|
||
|
|
import sys
|
||
|
|
os.system(sys.argv[1])
|