aboutsummaryrefslogtreecommitdiff
path: root/git-annex.hs
blob: a53697cdbbd53f2f974f85f77292a03d8b940731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{- git-annex main program stub
 -
 - Copyright 2010 Joey Hess <joey@kitenet.net>
 -
 - Licensed under the GNU GPL version 3 or higher.
 -}

import System.Environment

import GitAnnex

main :: IO ()
main = run =<< getArgs