Updated myacprep to allow a --output argument
This commit is contained in:
parent
caeb336176
commit
24935ab40c
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ OUT=$HOME/Products/ledger
|
||||||
|
|
||||||
if [ "$1" = "--local" ]; then
|
if [ "$1" = "--local" ]; then
|
||||||
OUT=""
|
OUT=""
|
||||||
|
elif [ "$1" = "--output" ]; then
|
||||||
|
OUT=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SWITCHES=""
|
SWITCHES=""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue