module Main (main) where import Distribution.Ecstatic (run) import System.Environment (getArgs) main :: IO () main = getArgs >>= run