2021-04-16 21:53:11 +08:00
|
|
|
#!/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"
|
2021-04-29 23:50:22 +08:00
|
|
|
rm -rf "$HOME/appimage/squashfs-root"
|
2021-04-16 21:53:11 +08:00
|
|
|
rm -rf "$HOME/git/monkey"
|
2021-04-30 01:22:04 +08:00
|
|
|
rm $HOME/appimage/Infection_Monkey*x86_64.AppImage
|