mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-02 23:32:43 +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)
|