changed file extension to .amxx
This commit is contained in:
parent
afce6de801
commit
30ca720920
|
@ -8,7 +8,7 @@
|
||||||
# This file is part of AMX Mod X.
|
# This file is part of AMX Mod X.
|
||||||
|
|
||||||
test -e compiled || mkdir compiled
|
test -e compiled || mkdir compiled
|
||||||
ls *.sma | xargs -i ./sc \{\} -ocompiled/\{\} > temp.txt
|
ls *.sma | xargs -i ./amxxsc \{\} -ocompiled/\{\} > temp.txt
|
||||||
ls compiled/*.sma | xargs -i basename \{\} .sma | xargs -i mv compiled/\{\}.sma compiled/\{\}.amx
|
ls compiled/*.sma | xargs -i basename \{\} .sma | xargs -i mv compiled/\{\}.sma compiled/\{\}.amxx
|
||||||
more temp.txt
|
more temp.txt
|
||||||
rm temp.txt
|
rm temp.txt
|
Loading…
Reference in New Issue
Block a user