forked from M-Labs/nix-scripts
trying to gather more info about the hydra runcommand environment
This commit is contained in:
parent
41161a3762
commit
67fb889824
|
@ -2,3 +2,7 @@ import os
|
||||||
|
|
||||||
print("hello world")
|
print("hello world")
|
||||||
os.system("artiq_client --version")
|
os.system("artiq_client --version")
|
||||||
|
os.system("whoami")
|
||||||
|
os.system("ls /")
|
||||||
|
os.system("ls ~/")
|
||||||
|
os.system("ls -l /tmp")
|
||||||
|
|
Loading…
Reference in New Issue