From b036544c76994902cb3b88cf414373a482cb949e Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Wed, 27 Oct 2021 20:06:20 +0200 Subject: [PATCH] Add ba command --- tree/.local/bin/ba | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tree/.local/bin/ba diff --git a/tree/.local/bin/ba b/tree/.local/bin/ba new file mode 100755 index 0000000..96c5ebc --- /dev/null +++ b/tree/.local/bin/ba @@ -0,0 +1,4 @@ +#!/bin/sh + +"$@" >/dev/null 2>/dev/null & +disown