updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / lightsmark-bin / lightsmark
blob0f7846634471c34ab08f328cd9e15f6bed892b56
1 #!/bin/sh
2 if [ `uname -m` = "x86_64" ]; then
3 cd /opt/Lightsmark2008.2.0/bin/pc-linux64/
4 ./backend $@
5 else
6 cd /opt/Lightsmark2008.2.0/bin/pc-linux32/
7 ./backend $@
8 fi