2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-05 09:46:36 +08:00
artiq/lit-test/not.py
2015-07-27 05:46:43 +03:00

3 lines
63 B
Python

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