diff options
Diffstat (limited to 'linux/bootstrap/clean')
-rwxr-xr-x | linux/bootstrap/clean | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/bootstrap/clean b/linux/bootstrap/clean new file mode 100755 index 00000000..ebd37d70 --- /dev/null +++ b/linux/bootstrap/clean @@ -0,0 +1,7 @@ +#!/bin/sh +set -e + +set -v +rm -rf bootstrap.cc bootstrap_bin* *_list +rm -rf .until +rm -rf tools/enumerate tools/tangle tools/*_list tools/*.dSYM |