/nuke

Simple program that deletes all files and folders in a specified path

Primary LanguagePython

nuke

Simple program that deletes all files and folders in a specified path.

Linux based but can work on other systems.

Add permissions and allow it to be ran from terminal: $chmod +x nuke.py $sudo cp nuke.py /usr/bin/nuke