appimage: Add clean.sh script

This commit is contained in:
Mike Salvatore 2021-04-16 09:53:11 -04:00
parent c9b3d3a92d
commit 6d0dcd4a7a
1 changed files with 9 additions and 0 deletions

9
appimage/clean.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# This is a utility script to clean up after a failed or successful AppImage build
# in order to speed up development and debugging.
rm -rf "$HOME/.monkey_island"
rm -rf "$HOME/squashfs-root"
rm -rf "$HOME/git/monkey"
rm "$HOME/appimage/Infection_Monkey-x86_64.AppImage"