diff options
author | ficus <ficus@robocracy.org> | 2012-11-08 13:40:14 -0500 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-08 13:40:14 -0500 |
commit | ec4e9ce9c54c369e110904d83528644beeee1340 (patch) | |
tree | 4a114d84d30ce2e728ad75931f023b80faef3f3b /auto/clean | |
download | torouter-live-ec4e9ce9c54c369e110904d83528644beeee1340.tar.gz torouter-live-ec4e9ce9c54c369e110904d83528644beeee1340.zip |
initial almost-untouched debian live configuration
Diffstat (limited to 'auto/clean')
-rwxr-xr-x | auto/clean | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/clean b/auto/clean new file mode 100755 index 0000000..3e24032 --- /dev/null +++ b/auto/clean @@ -0,0 +1,6 @@ +#!/bin/sh + +lb clean noauto "${@}" + +rm -f config/binary config/bootstrap config/chroot config/common config/source +rm -f build.log |