mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
# A hledger-* alias for pricehist to show it in hledger's commands list.
|
||
|
# https://pypi.org/project/pricehist
|
||
|
|
||
|
pricehist "$@"
|