summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/nexuiz/install.sh
blob: 0d5f69f88fc012e5ff2ef8456906eefb1624c152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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 \$@ | grep fps
else
	./nexuiz-linux-glx.sh +exec normal.cfg \$@ | grep fps
fi" > nexuiz
chmod +x nexuiz

cd Nexuiz_/
chmod -w data