summaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
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"