From: Ian Kelling Date: Sat, 1 Jun 2019 00:58:56 +0000 (-0400) Subject: btrbk functions X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=5db640adf398b916365ac7a5bd648367acb9355d;ds=sidebyside btrbk functions --- 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