mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-16 02:10:19 -04:00
2 lines
61 B
Python
2 lines
61 B
Python
import os
|
|
os.spawnl(os.P_DETACH, 'some_long_running_command') |