summaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-10 00:18:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-10 00:18:16 -0400
commitc67521741abd9a49ebf43d6c649fe0356fa68fb3 (patch)
treefa0a1ae3db8223cab6be99cea5b9fc8879af6352 /git-annex.hs
parentd0e82d0b9218a9ff3a693e066c4320c08d4d1c47 (diff)
add
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/git-annex.hs b/git-annex.hs
new file mode 100644
index 000000000..a57e9e2db
--- /dev/null
+++ b/git-annex.hs
@@ -0,0 +1,8 @@
+{- git-annex main program
+ - -}
+
+import LocationLog
+
+main = do
+ l <- readLog "demo.log"
+ putStrLn "hi"