forked from M-Labs/artiq
3 lines
63 B
Python
3 lines
63 B
Python
|
import sys, subprocess
|
||
|
exit(not subprocess.call(sys.argv[1:]))
|