summarylogtreecommitdiffstats
path: root/winecx
blob: e81a5a2974c91fcdd5f4dcfa5719f9339f56c390 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

#export WINEPREFIX="${HOME}/.winecx"  
#export WINEARCH="win32" 
export WINE="/opt/winecx/bin/wine"  

exec /opt/winecx/bin/wine "$@"