-- TODO: -- Need to add user switching. Perhaps using seteuid and setegid? See -- & -- module Main (main) where import Mueval.Parallel import Mueval.ArgsParse (getOptions) import System.Environment main :: IO () main = do args <- getArgs let opts = getOptions args forkedMain opts