diff options
Diffstat (limited to 'executables')
| l--------- | executables/propellor-config.hs | 1 | ||||
| -rw-r--r-- | executables/wrapper.hs | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/executables/propellor-config.hs b/executables/propellor-config.hs new file mode 120000 index 00000000..e3af968e --- /dev/null +++ b/executables/propellor-config.hs @@ -0,0 +1 @@ +../config.hs
\ No newline at end of file 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 |
