aboutsummaryrefslogtreecommitdiff
path: root/bin/hledger-budget
blob: 70c68d8f71703385edd79638ad2a368a5e85ed1b (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

hledger \
    --infer-market-prices \
    bal \
    --effective \
    --budget \
    "$@"