added header

This commit is contained in:
Felix Geyer 2004-02-15 02:33:49 +00:00
parent 21d870c57a
commit 476c788c51

View File

@ -1,4 +1,10 @@
#!/bin/bash
#AMX Mod X
#
# (c) 2002-2004, OLO
# modified by the AMX Mod X Development Team
test -e compiled || mkdir compiled
ls *.sma | xargs -i ./sc \{\} -ocompiled/\{\} > temp.txt
ls compiled/*.sma | xargs -i basename \{\} .sma | xargs -i mv compiled/\{\}.sma compiled/\{\}.amx