1
0
Files
MSE-CSEL/.devcontainer/toolchain/scripts/delete-buildroot.sh
Jacques Supcik 3967e73347 Initial commit
2026-02-18 13:34:35 +01:00

9 lines
146 B
Bash
Executable File

#!/usr/bin/env bash
set -o errexit
set -o pipefail
set -o nounset
# set -o xtrace
find /buildroot/ -maxdepth 1 -mindepth 1 -exec rm -rf -- {} +