Slab.Execute
executeFile :: FilePath -> IO (Either Error [Block]) Source #
Similar to evaluateFile but run external commands.
evaluateFile
execute :: FilePath -> [Block] -> ExceptT Error IO [Block] Source #