mirror of
https://github.com/Noratrieb/vmlab.git
synced 2026-01-14 16:45:11 +01:00
7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
SCRIPT=$(dirname "$0")
|
|
BUILD="$SCRIPT/build"
|
|
|
|
sudo umount "$BUILD/chroot/"
|
|
rm -r "$BUILD"
|