summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/wine-fire2/install.sh
blob: de5861d640ea07a2a02ef00c4347a5fda9ba6c01 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

unzip -o Fire2.zip

echo "#!/bin/sh
cd Fire2/
wine-humus-run Fire2.exe" > wine-fire2
chmod +x wine-fire2