X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=brc;h=e740a8da51db5889095452dcd71db179e710ab0c;hp=487ee8f1dae06254b7bc6280e0053d8c18423c3b;hb=93db0c16393fe75efef3167c1d2b332f50387c23;hpb=f6347bfc9e2a597713b2f2758a2cc19214a1cc87 diff --git a/brc b/brc index 487ee8f..e740a8d 100644 --- a/brc +++ b/brc @@ -353,19 +353,11 @@ bigclock() { xclock -digital -update 1 -face 'arial black-80:bold' } -bpush() { - case $HOSTNAME in - tp) target=x2 ;; - x2) target=tp ;; - esac - btrbk-run -t $target && switch-mail-host $HOSTNAME $target -} bpull() { - case $HOSTNAME in - tp) source=x2 ;; - x2) source=tp ;; - esac - btrbk-run -s $source && switch-mail-host $source $HOSTNAME + c / + # run latest + install-my-scripts + switch-mail-host $1 $HOSTNAMEs } btc() { @@ -1100,6 +1092,7 @@ jtail() { journalctl -n 10000 -f "$@" | jfilter } jr() { journalctl "$@" | jfilter | less ; } +jrf() { journalctl -f "$@" | jfilter; } kff() { # keyboardio firmware flash pushd /a/bin/distro-setup/Arduino/Model01-Firmware