mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
added header
This commit is contained in:
parent
21d870c57a
commit
476c788c51
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user