trying to gather more info about the hydra runcommand environment

pull/16/head
Sebastien Bourdeauducq 2019-02-17 23:01:03 +08:00
parent 41161a3762
commit 67fb889824
1 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,7 @@ import os
print("hello world")
os.system("artiq_client --version")
os.system("whoami")
os.system("ls /")
os.system("ls ~/")
os.system("ls -l /tmp")