diff options
Diffstat (limited to 'bin/ii-answer')
-rwxr-xr-x | bin/ii-answer | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ii-answer b/bin/ii-answer index 9b25abb..52b499f 100755 --- a/bin/ii-answer +++ b/bin/ii-answer @@ -2,6 +2,8 @@ # answer to stuff on irc +# shellcheck disable=SC2119,SC2120 + # shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" |