mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-28 18:20:09 +00:00
532190ecce
* feat(dev): add easy local iso and vscode integration * fix: remove unused variables.
12 lines
281 B
Bash
Executable File
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
|