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