mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-10-31 20:45:22 +01: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