nix-scripts/extended-tests.py

9 lines
149 B
Python
Raw Normal View History

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")
os.system("whoami")
os.system("ls /")
os.system("ls ~/")
os.system("ls -l /tmp")