mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
6 lines
120 B
Text
6 lines
120 B
Text
|
#!/bin/sh
|
||
|
# Simple script to start ET Legacy dedicated server
|
||
|
#
|
||
|
cd /usr/share/etlegacy
|
||
|
./etlded $@ +exec etl_server.cfg
|