mirror of
https://github.com/deajan/osync
synced 2024-11-15 12:12:56 +00: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
|