2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-04 17:31:10 +08:00
artiq/lit-test/not.py

3 lines
63 B
Python
Raw Normal View History

2015-07-27 10:46:43 +08:00
import sys, subprocess
exit(not subprocess.call(sys.argv[1:]))