blob: 08c1f9664dc14c562f6d4a0d8a6c2957a0067c37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{- git-annex-shell main program
-
- Copyright 2012 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-}
import System.Environment
import GitAnnexShell
main :: IO ()
main = run =<< getArgs
|