mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
031a4ead6e
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
5 lines
210 B
Bash
5 lines
210 B
Bash
#!/bin/sh
|
|
# Simple script to start ET Legacy dedicated server with Omni-Bots
|
|
#
|
|
cd /usr/share/etlegacy
|
|
./etlded +set g_protect 1 +set omnibot_enable 1 +set omnibot_path "./legacy/omni-bot" +exec etl_server.cfg
|