mostly a bunch of fixes
[distro-setup] / brc
diff --git a/brc b/brc
index f2793e888dcc334ad8899f1a9656a893abea1550..7dfaefc6a6e2c952d69b2cc47715e20df1efec84 100644 (file)
--- a/brc
+++ b/brc
@@ -1055,6 +1055,10 @@ etail2() {
 }
 ccomp tail etail etail2
 
+# ran into this online, trying it out
+detach() {
+  ( "$@" &>/dev/null & disown )
+}
 
 showkeys() {
   ssh "$@" cat .ssh/authorized_keys{,2}