summaryrefslogtreecommitdiffstats
path: root/games/etlegacy/files/etlded_bot
blob: c62a7d6ce26df8f950f5aed22b7121a7f9fbd25d (plain)
1
2
3
4
5
#!/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 $@