nix-scripts/extended-tests.py

5 lines
68 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")