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
172 B
Bash
5 lines
172 B
Bash
#!/bin/sh
|
|
# Simple script to start ET Legacy client/listen server with Omni-Bots
|
|
#
|
|
cd /usr/share/etlegacy
|
|
./etl +set omnibot_enable 1 +set omnibot_path "./legacy/omni-bot"
|