mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
6 lines
86 B
Text
6 lines
86 B
Text
|
#!/bin/sh
|
||
|
# Simple script to start ET Legacy client
|
||
|
#
|
||
|
cd /usr/share/etlegacy
|
||
|
./etl $@
|