comparison _init.sh @ 0:3dc320b8f0c7 default tip

scanimage shell scripts
author drewp@bigasterisk.com
date Mon, 30 Sep 2024 16:47:14 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3dc320b8f0c7
1 WORK=/tmp/scanner
2 SCAN=`realpath _scan`
3
4 rm -rf ${WORK}
5 mkdir -p ${WORK}
6 cd $WORK