modified "report" script to expect a full register command, with -j or -J
This commit is contained in:
parent
a27ae2fb00
commit
0af7e5f44d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
cd /tmp
|
cd /tmp
|
||||||
ledger -j reg "$@" > report
|
ledger "$@" > report
|
||||||
|
|
||||||
gnuplot <<EOF
|
gnuplot <<EOF
|
||||||
set terminal png
|
set terminal png
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue