summarylogtreecommitdiffstats
path: root/babelmap
blob: c95b9ca017e1dbc7ba9f7f08086cf607c263c1ea (plain)
1
2
3
4
5
6
7
#!/bin/bash
export WINEPREFIX="$HOME"/.babelmap/wine WINEDLLOVERRIDES="mscoree,mshtml="
if [ ! -d "$HOME"/.babelmap ] ; then
   mkdir -p "$HOME"/.babelmap/wine
   wineboot -u
fi
WINEDEBUG=-all wine /usr/share/babelmap/BabelMap.exe "$@"