SkoolOS/CLI/back.py
2020-06-11 16:13:05 -04:00

2 lines
61 B
Python

import os
os.spawnl(os.P_DETACH, 'some_long_running_command')