repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git]
/
tremulous-gpp
/
tremded.launcher
blob
8b9562eee97e406f756e723c7c0b354e11e0a890
1
#!/bin/sh
2
case
`uname -m`
in
3
i686
)
arch
=
x86
;;
4
x86_64
)
arch
=
x86_64
;;
5
*)
exit
1
;;
6
esac
7
8
cd
"/opt/tremulous"
9
.
/
tremded-gpp.
$arch
"$@"
10
exit
$?