mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-23 07:35:09 +00:00
3 lines
91 B
Python
3 lines
91 B
Python
|
import subprocess
|
||
|
|
||
|
subprocess.check_output(['rm', '-rf', 'src', 'log', 'build', 'install'])
|