mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-12-23 17:30:20 +01:00
4 lines
34 B
Bash
4 lines
34 B
Bash
FOO=${bar:-qux}
|
|
BAR=xxx
|
|
BAZ=$NOPE
|