diff --git a/fabrica b/fabrica index 894c6be..eb65729 100755 --- a/fabrica +++ b/fabrica @@ -193,6 +193,11 @@ function build() return ${?} } +# List available recipes +function recipes() +{ + echo "Need to be done" +} $1 $@ exit ${?} diff --git a/images b/images new file mode 120000 index 0000000..d6c92c1 --- /dev/null +++ b/images @@ -0,0 +1 @@ +./.packer/images \ No newline at end of file