mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#SC2120 = only for debug version
|
|
|
|
shellcheck -e SC2086,SC2119,SC2120 $1
|