cryptonas-livecd/rm-tmps.sh
frisco 443dd1f163 Did some cleanup. Builds and (unlike revision 1110) boots. See
"README.devel" for some additional notes.
2008-06-19 07:35:37 +00:00

11 lines
394 B
Bash
Executable file

#!/bin/sh
#rm-tmps.sh
#remove "foo~" temporary files left by Emacs and other editors
#This is just a helper file, since Emacs-style "foo~" files can sometimes break a
#build (files ending in ~ are considered valid shell scripts).
#If you want to build the disk image, use "lh_build" as documented at
# http://devel.cryptobox.org/wiki/DebianLiveBuild
rm --verbose -f `find config -name "*~"`