Files

4 lines
96 B
Python
Raw Permalink Normal View History

2024-09-03 11:03:23 +02:00
import subprocess
2024-09-07 11:15:47 +02:00
subprocess.run(['Benchmark.exe'])
subprocess.run(['Benchmark.exe', 'NOCULL'])