index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/ii-answer | 2 |
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" |