This website requires JavaScript.
Explore
Help
Sign In
fsagbuya
/
nix-scripts
forked from
M-Labs/nix-scripts
Watch
1
Star
0
Fork
You've already forked nix-scripts
0
Code
Pull Requests
Activity
41161a3762
nix-scripts
/
extended-tests.py
5 lines
68 B
Python
Raw
Normal View
History
Unescape
Escape
try to run command in extended-tests
2019-02-17 22:57:48 +08:00
import
os
add extended-tests mockup
2019-02-17 20:26:46 +08:00
try to run command in extended-tests
2019-02-17 22:57:48 +08:00
print
(
"
hello world
"
)
os
.
system
(
"
artiq_client --version
"
)