mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
In exec commands `${VAR}` always expands to a single word, making it
equivalent to `"${VAR}"` in shell.
Description
Languages
Shell
93%
Python
6.9%