commit 65129dee31065d00452b4a19a7d95ae11115ad38 Author: rasul Date: Sun Nov 29 16:00:29 2020 -0600 init diff --git a/b.sh b/b.sh new file mode 100755 index 0000000..2c009e8 --- /dev/null +++ b/b.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +"$1" "${@:2}" &>> ${b_out:-~/.b.out} & +disown -h +