get rid of old stuff

This commit is contained in:
Karl Voit 2017-12-08 15:54:54 +01:00
parent 0a8a3c2dff
commit c00070c486

View file

@ -1,15 +0,0 @@
#!/bin/sh
myexit() {
echo "./guessfilename_test.sh returned ERROR(S). Please do test and try again."
exit 1
}
## run unit tests beforehand but dump output:
./guessfilename_test.sh >/dev/null 2>&1 || myexit()
echo
./guessfilename.py --verbose --dryrun testdata/2016-02-24\ A1\ Rechnung\ 02-2016\ -\ 12,12\ EUR\ --\ scan\ finance.pdf
##end