diff options
-rwxr-xr-x | bin/httpno | 2 | ||||
-rwxr-xr-x | bin/menu | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -91,7 +91,7 @@ fi exit # Make ShellCheck happy. See https://github.com/koalaman/shellcheck/issues/1201 -# shellcheck disable=1112 +# shellcheck disable=1112,2317 echo " __DATA__ 100 Continue @@ -167,7 +167,7 @@ esac exit # Make ShellCheck happy. See https://github.com/koalaman/shellcheck/issues/1201 -# shellcheck disable=1112 +# shellcheck disable=1112,2317 echo ' __DATA__ grinning face 😀 |