Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
- terminalCommand :: ByteString -> IO a
- home :: IO ByteString
Documentation
:: ByteString | current directory of the FM |
-> IO a |
The terminal command. This should call executeFile
in the end
with the appropriate arguments.
home :: IO ByteString Source
The home directory. If you want to set it explicitly, you might want to do:
home = return "/home/wurst"