summaryrefslogtreecommitdiff
path: root/git-annex.hs
blob: a57e9e2dbc830f07ca43d917a41e8b6f89d4b58e (plain)
1
2
3
4
5
6
7
8
{- git-annex main program
 - -}

import LocationLog

main = do
	l <- readLog "demo.log"
	putStrLn "hi"