mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
031a4ead6e
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
5 lines
86 B
Bash
5 lines
86 B
Bash
#!/bin/sh
|
|
# Simple script to start ET Legacy client
|
|
#
|
|
cd /usr/share/etlegacy
|
|
./etl $@
|