mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-10-31 16:39:11 -06:00
7 lines
224 B
Bash
Executable file
7 lines
224 B
Bash
Executable file
#!/bin/sh
|
|
|
|
lb clean noauto "$@"
|
|
rm -f config/binary config/bootstrap \
|
|
config/chroot config/common config/source \
|
|
config/package-lists/live.list.chroot
|
|
find config/hooks/ -type l | xargs --no-run-if-empty rm -f
|