Option -p for faxreport
This commit is contained in:
parent
b0d3413938
commit
b18c84acb2
|
@ -17,9 +17,9 @@ Spaces in filename seem to make trouble at the moment - avoid them.
|
||||||
`balance.sh` just gives your account balance.
|
`balance.sh` just gives your account balance.
|
||||||
|
|
||||||
`faxreport.sh [options] [id]` loads the report of a given fax id (as shown by status.sh). If no `id` ist given, it takes the last sent fax from this machine.
|
`faxreport.sh [options] [id]` loads the report of a given fax id (as shown by status.sh). If no `id` ist given, it takes the last sent fax from this machine.
|
||||||
: Options are not implemented yet, but those are gonna be accepted:
|
: Options:
|
||||||
* `-p` to only print and not save the report
|
* `-p` to only print and not save the report
|
||||||
* `-d` to delete the given id from `.fax_history`
|
* `-d` to delete the given id from `.fax_history`
|
||||||
|
|
||||||
## Recommendation
|
## Recommendation
|
||||||
Put
|
Put
|
||||||
|
|
|
@ -64,7 +64,7 @@ then
|
||||||
curl $FILE --output $OUTFILE -s
|
curl $FILE --output $OUTFILE -s
|
||||||
else
|
else
|
||||||
echo "Schicke Report an Drucker"
|
echo "Schicke Report an Drucker"
|
||||||
curl $FILE -s --output - | ln
|
curl $FILE -s --output - | lp -
|
||||||
fi
|
fi
|
||||||
if [ $DF = true ]
|
if [ $DF = true ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue