mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
[svn r224] clean up temporaries after dstress has run
This commit is contained in:
@@ -48,3 +48,9 @@ echo
|
||||
|
||||
DMD=$DMD make compile nocompile run norun > ../$TARGETFILE
|
||||
cd ..
|
||||
|
||||
echo
|
||||
echo "Cleanup... (removing all .bc and .exe files)"
|
||||
echo
|
||||
|
||||
find dstress -name "*\.bc" -o "*\.exe" -exec rm {} \;
|
||||
|
||||
Reference in New Issue
Block a user