cps_loki/cleanup.py

3 lines
91 B
Python

import subprocess
subprocess.check_output(['rm', '-rf', 'src', 'log', 'build', 'install'])