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

unzip -o Cloth.zip

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