Fixed bug reported by kexz

This commit is contained in:
David Anderson
2004-09-17 00:51:20 +00:00
parent f9a57a83a0
commit e0af113cac
2 changed files with 3 additions and 40 deletions

View File

@ -9,6 +9,6 @@
test -e compiled || mkdir compiled
ls *.sma | xargs -i ./amxxsc \{\} -ocompiled/\{\} > temp.txt
ls compiled/*.sma | xargs -i basename \{\} .sma | xargs -i mv compiled/\{\}.sma compiled/\{\}.amxx
ls compiled/*.amx | xargs -i basename \{\} .amx | xargs -i mv compiled/\{\}.amxx compiled/\{\}.amxx
more temp.txt
rm temp.txt
rm temp.txt