changed header

This commit is contained in:
Felix Geyer
2004-03-07 14:38:39 +00:00
parent 9f6b206881
commit 35162334be
2 changed files with 12 additions and 7 deletions

View File

@ -1,12 +1,14 @@
#!/bin/bash
#AMX Mod X
# AMX Mod X
#
# (c) 2002-2004, OLO
# modified by the AMX Mod X Development Team
# by the AMX Mod X Development Team
# originally developed by OLO
#
# This file is part of AMX Mod X.
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
more temp.txt
rm temp.txt
rm temp.txt