mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
[3d_armor] Update
- Also fix a script
This commit is contained in:
@ -5,10 +5,10 @@
|
||||
|
||||
# Go to repo root
|
||||
mydir="`dirname "$0"`"
|
||||
test -d "$mydir" && cd "$mydir/../../"
|
||||
test -d "$mydir" && cd "$mydir/../../../"
|
||||
|
||||
# Get all lua file's names
|
||||
luafiles=$(mucro '.lua'$ -r . -b)
|
||||
luafiles=$(find -type f -name "*.lua")
|
||||
sed -i 's/[ \t]*$//' $luafiles
|
||||
|
||||
# Done
|
||||
|
Reference in New Issue
Block a user