nuttx-forgejo/run.sh
2025-01-03 18:54:23 +08:00

9 lines
161 B
Bash
Executable file

#!/usr/bin/env bash
set +e ## Ignore errors
set -x ## Echo commands
for (( ; ; )); do
$HOME/nuttx-forgejo/sync-mirror-to-update.sh
date ; sleep 600
done