From 5db640adf398b916365ac7a5bd648367acb9355d Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Fri, 31 May 2019 20:58:56 -0400 Subject: [PATCH] btrbk functions --- brc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.30.2