X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=brc;h=ed1f51d7e59f55d34d48f1d8a3218e2b4ea190bd;hp=84386907d92e1f4f53683068ac70ec77d73d48c5;hb=5db640adf398b916365ac7a5bd648367acb9355d;hpb=bcd9ff5509ba8f7d693fa1dfbcd623fc8aa90c72 diff --git a/brc b/brc index 8438690..ed1f51d 100644 --- a/brc +++ b/brc @@ -378,11 +378,20 @@ bigclock() { } bpull() { + [[ $1 ]] || return 1 c / # run latest install-my-scripts - switch-mail-host $1 $HOSTNAMEs + switch-mail-host $1 $HOSTNAME } +bpush() { + [[ $1 ]] || return 1 + c / + # run latest + install-my-scripts + switch-mail-host $HOSTNAME $1 +} + btc() { local f=/etc/bitcoin/bitcoin.conf