forked from M-Labs/artiq
1
0
Fork 0
artiq/lit-test/not.py

3 lines
63 B
Python

import sys, subprocess
exit(not subprocess.call(sys.argv[1:]))