epsonscan2.sh 328 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/sh

TAR="$1"
RETURNTARNAME="$2"

. $(dirname $0)/common.sh

if ! echo "$TAR" | grep -q "epsonscan2-bundle-.*.tar.gz" ; then
    fatal "No idea how to handle $TAR"
fi

erc unpack $TAR && cd epsonscan2-bundle-* || fatal

14 15
# TODO:
# cp $base/DefaultSettings.SF2 $HOME/.epsonscan2
16 17 18

core="core/epsonscan2*.*"

19
return_tar $core