diff options
Diffstat (limited to 'executables/wrapper.hs')
| -rw-r--r-- | executables/wrapper.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/executables/wrapper.hs b/executables/wrapper.hs new file mode 100644 index 00000000..3a6cee3a --- /dev/null +++ b/executables/wrapper.hs @@ -0,0 +1,6 @@ +module Main where + +import Propellor.Wrapper + +main :: IO () +main = runWrapper |
