From dbe04251fed40e80db2389a78672c976798b0c2e Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 23 Mar 2021 13:29:00 +0100 Subject: [PATCH] Adding images link --- fabrica | 5 +++++ images | 1 + 2 files changed, 6 insertions(+) create mode 120000 images 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