diff options
Diffstat (limited to 'cleanup.sh')
-rw-r--r-- | cleanup.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cleanup.sh b/cleanup.sh new file mode 100644 index 0000000..b80686c --- /dev/null +++ b/cleanup.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +sudo rm -f /tools-{x86_64,i686} /cross-tools-{x86_64,i686} + +rm -rfv output* build* + +# Remove built image +rm -fv hd.img |