2011-01-07 02:15:23 -04:00
|
|
|
{- git-annex main program stub
|
2010-10-27 16:53:54 -04:00
|
|
|
-
|
|
|
|
- Copyright 2010 Joey Hess <joey@kitenet.net>
|
|
|
|
-
|
|
|
|
- Licensed under the GNU GPL version 3 or higher.
|
|
|
|
-}
|
2010-10-10 00:18:16 -04:00
|
|
|
|
2010-12-30 16:52:24 -04:00
|
|
|
import System.Environment
|
2010-10-16 16:20:49 -04:00
|
|
|
|
2011-01-06 20:26:57 -04:00
|
|
|
import GitAnnex
|
2011-03-08 18:05:20 -04:00
|
|
|
|
2010-10-31 14:32:18 -04:00
|
|
|
main :: IO ()
|
2011-06-30 13:16:57 -04:00
|
|
|
main = run =<< getArgs
|