index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/ii-connect | 2 |
diff --git a/bin/ii-connect b/bin/ii-connect index 6e543c5..45eff65 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -2,6 +2,8 @@ # run and handle the irc client +# shellcheck disable=SC2119,SC2120 + # shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" |