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