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