bazzite/just_scripts/cleanup-dir.sh
m2 532190ecce
feat(dev): add easy local iso and vscode integration (#1127)
* feat(dev): add easy local iso and vscode integration

* fix: remove unused variables.
2024-05-15 09:43:05 -07:00

12 lines
281 B
Bash
Executable File

#!/usr/bin/bash
if [[ -z ${project_root} ]]; then
project_root=$(git rev-parse --show-toplevel)
fi
# shellcheck disable=SC1091
. "${project_root}/just_scripts/sudoif.sh"
set -euox pipefail
#shellcheck disable=SC2154
sudoif rm -f "${project_root}"/just_scripts/output/* #ISOs