Adding Chapter 1 : Packer will build for you

This commit is contained in:
2021-03-18 16:11:35 +01:00
commit 02e13dfb00
97 changed files with 4630 additions and 0 deletions

9
packer/script/clean Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -eo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"
rm -rf "${DIR}/../images"
rm -rf "${DIR}/../.bin"
rm -rf "${DIR}/../packer_cache"