vmlab/debian-image/reset.sh
2024-02-17 14:35:16 +01:00

7 lines
111 B
Bash
Executable file

#!/usr/bin/env bash
SCRIPT=$(dirname "$0")
BUILD="$SCRIPT/build"
sudo umount "$BUILD/chroot/"
rm -r "$BUILD"