#!/bin/sh
# Simple script to start ET Legacy client

cd /usr/share/etlegacy
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./etl.x86_64 $@
