2010-12-30 20:52:24 +00:00
|
|
|
{- git-annex-shell main program
|
|
|
|
-
|
2012-03-15 16:00:19 +00:00
|
|
|
- Copyright 2012 Joey Hess <joey@kitenet.net>
|
2010-12-30 20:52:24 +00:00
|
|
|
-
|
|
|
|
- Licensed under the GNU GPL version 3 or higher.
|
|
|
|
-}
|
|
|
|
|
|
|
|
import System.Environment
|
|
|
|
|
2012-03-15 16:00:19 +00:00
|
|
|
import GitAnnexShell
|
2010-12-30 20:52:24 +00:00
|
|
|
|
|
|
|
main :: IO ()
|
2012-03-15 16:00:19 +00:00
|
|
|
main = run =<< getArgs
|