mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 00:15:48 +03:00
5 lines
122 B
Haskell
5 lines
122 B
Haskell
#!/usr/bin/env runhaskell
|
|
-- the hledger command-line executable; see Hledger/Cli/Main.hs
|
|
|
|
import Hledger.Cli.Main (main)
|