mirror of
https://github.com/novoid/guess-filename.py.git
synced 2026-02-16 13:24:15 +00:00
get rid of old stuff
This commit is contained in:
parent
0a8a3c2dff
commit
c00070c486
1 changed files with 0 additions and 15 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue