summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/tremulous/install.sh
blob: 58387f837765a2e14dce382804bd7c149302b7d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

unzip -o tremulous-1.1.0.zip -d tremulous_/
tar -xvf tremulous-benchmark-1.tar.gz

mv tremulous-benchmark.cfg tremulous_/tremulous/base/
mv demos/ tremulous_/tremulous/base/

echo "#!/bin/sh
cd tremulous_/tremulous/
./tremulous.x86 \$@ > \$LOG_FILE 2>&1
cat \$LOG_FILE | grep fps" > tremulous
chmod +x tremulous