summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/nexuiz/install.sh
blob: 242fe174a12777a679008eb5bfcb9f1f0a4346a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

# Nexuiz 2.4.2

unzip -o nexuiz-242.zip
mv Nexuiz/ Nexuiz_/

echo "#!/bin/sh
cd Nexuiz_/
if [ \$OS_TYPE = \"MacOSX\" ]
then
	./Nexuiz.app/Contents/MacOS/nexuiz-osx-agl +exec normal.cfg \$@ > \$LOG_FILE 2>&1
else
	./nexuiz-linux-glx.sh +exec normal.cfg \$@ > \$LOG_FILE 2>&1
fi
cat \$LOG_FILE | grep fps" > nexuiz
chmod +x nexuiz

cd Nexuiz_/
chmod -w data