X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=brc;h=33e664616c36487ad7f0b426e6d3c25e303eea3f;hb=36f92d5af79d7934e953515f58af1c86d6838599;hp=ad1a0781c291eb0652cd1b3a04ff50d067b34598;hpb=6f1f8a104c9b38936ade2d27e835479523985133;p=distro-setup diff --git a/brc b/brc index ad1a078..33e6646 100644 --- a/brc +++ b/brc @@ -198,8 +198,10 @@ if [[ -s /usr/share/wcd/wcd-include.sh ]]; then source /usr/share/wcd/wcd-include.sh fi -if [[ -s ~/.iank/ll-function ]]; then - # shellcheck source=.iank/ll-function +if [[ -s /a/bin/small-misc-bash/ll-function ]]; then + # shellcheck source=/a/bin/small-misc-bash/ll-function + source /a/bin/small-misc-bash/ll-function +elif [[ -s ~/.iank/ll-function ]]; then source ~/.iank/ll-function fi @@ -441,6 +443,12 @@ etail() { eless() { less /var/log/exim4/mainlog } +eqcat() { + exiqgrep -i | while read i; do + exim -Mvh $i; hr; exim -Mvb $i; hr; + exigrep $i /var/log/exim4/mainlog; hr + done +} # shellcheck disable=SC2032 @@ -746,6 +754,7 @@ nopanic() { } p8() { ping 8.8.8.8; } +p6() { ping6 2001:4860:4860::8888; } pkx() { # package extract local pkg cached tmp f