mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
97e0cf776c
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
5 lines
247 B
Bash
5 lines
247 B
Bash
#!/bin/sh
|
|
# Simple script to start ET Legacy dedicated server with Omni-Bots
|
|
#
|
|
cd /usr/share/etlegacy
|
|
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./etlded +set g_protect 1 +set omnibot_enable 1 +set omnibot_path "./legacy/omni-bot" +exec etl_server.cfg $@
|