#!/bin/bash
#
# Runs Enemy Territory
cd /usr/share/games/enemyterritory/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
exec ./et.x86 "$@"