mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
- do not use `bash` in shebang, e.g. containers may not ship bash - do not use `flock -w <timeout_secs> ...`, but `timeout <timeout_secs> flock ...` to be portable to even busybox's flock implementation - sha512sum is more common on Linux than shasum