9 lines
223 B
Bash
Executable File
9 lines
223 B
Bash
Executable File
mkdir -p server/garrysmod/lua/autorun/server/sh_ontime_handler_gmod
|
|
|
|
cp src/* server/garrysmod/lua/autorun/server/
|
|
|
|
|
|
cd server
|
|
./srcds_run -game garrysmod -game garrysmod +map gm_construct +ip 0.0.0.0 -allowlocalhttp
|
|
|
|
cd .. |