2005-09-03 04:45:14 +00:00

12 lines
261 B
Plaintext

import System.Directory
resource = mail {
-- editor = do b <- doesFileExist "/usr/bin/emacs"
-- return $ if b then "emacs" else "vi" ,
editor = do b <- doesFileExist "/bin/sh"
return "sh",
attribution = \name -> "Today, "++name++" wrote :"
}