Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 25 → Rev 26

/build.sh
97,6 → 97,10
cd `dirname $CDISOMICRO`
md5sum `basename $CDISOMICRO` > $CDISOMICRO.md5
 
# delete all *.iso and *.md5 files, leaving only the 16 most recent
echo "cleaning up old versions..."
ls -tp $CDISODIR/svarog386-*-*.iso* | tail -n +17 | xargs -I {} rm -- {}
 
cd "$origdir"
 
echo "all done!"