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

8 lines
168 B
Bash
Executable File

#!/usr/bin/env bash
set -o errexit
set -o pipefail
set -o nounset
# set -o xtrace
rsync -rlt --progress --delete /buildroot/output/images/ /workspace/buildroot-images