mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 09:13:52 +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])
|