summaryrefslogtreecommitdiff
path: root/doc/todo/integrate_shell-monad.mdwn
blob: 0b2ea4fc0d9975b5d6cf77e3bdbeb769bc1f10db (plain)
1
2
3
4
5
6
7
8
9
10
11
Propellor often generates some shell code to run. 
Examples include Propellor.Bootstrap, but also things like 
userScriptProperty where a shell command has to be built that can be fed
into sudo.

The current code for this is just all strings and easy to make mistakes in.
It would be good to integrate <http://hackage.haskell.org/package/shell-monad>
(or a similar library) as a way to generate shell code. --[[Joey]]

<http://hackage.haskell.org/package/turtle> might be another good option
--[[Joey]]