mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2025-01-19 08:16:59 +00:00
3 lines
91 B
Python
3 lines
91 B
Python
|
import subprocess
|
||
|
|
||
|
subprocess.check_output(['rm', '-rf', 'src', 'log', 'build', 'install'])
|