This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
artiq
mirror of
https://github.com/m-labs/artiq.git
Watch
2
Star
0
Fork
You've already forked artiq
2
Code
Issues
Projects
Releases
Wiki
Activity
526d7c4e46
artiq
/
lit-test
/
not.py
3 lines
63 B
Python
Raw
Blame
History
import
sys
,
subprocess
exit
(
not
subprocess
.
call
(
sys
.
argv
[
1
:
]
)
)
Reference in New Issue
View Git Blame
Copy Permalink