Adding self installation command for fabrica
This commit is contained in:
9
.packer/script/clean
Executable file
9
.packer/script/clean
Executable 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"
|
Reference in New Issue
Block a user