forked from p15670423/monkey
appimage: Add clean.sh script
This commit is contained in:
parent
c9b3d3a92d
commit
6d0dcd4a7a
|
@ -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"
|
Loading…
Reference in New Issue