mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 22:38:50 +08:00
3 lines
105 B
Plaintext
3 lines
105 B
Plaintext
# When the network goes down, the backup gets deleted
|
|
[[ ! -z backup ]] && scp backup host: || rm backup
|