summarylogtreecommitdiffstats
path: root/golded
blob: 5dd4dacff39f20da37814497b27946833ba16b7d (plain)
1
2
3
4
5
6
7
#!/bin/bash
GEDLNX=$(which gedlnx)
if [ ! -x $GEDLNX ]; then
    echo gedlnx is not avaiabled, sorry
    exit 1
fi
exec /usr/bin/luit -x -encoding koi8-r -- "$GEDLNX" $*