2019-02-17 22:57:48 +08:00
|
|
|
import os
|
2019-02-17 20:26:46 +08:00
|
|
|
|
2019-02-17 22:57:48 +08:00
|
|
|
print("hello world")
|
|
|
|
os.system("artiq_client --version")
|
2019-02-17 23:01:03 +08:00
|
|
|
os.system("whoami")
|
|
|
|
os.system("ls /")
|
|
|
|
os.system("ls ~/")
|
|
|
|
os.system("ls -l /tmp")
|