X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=brc2;h=a28d7b7e970a94cc580735002110a3ea675df1b4;hb=7b33a0e88d9ccdaf8601aa77f9fc597d592b4c10;hp=551c974eaf350e4d5c0e6ffee5448c12525621dc;hpb=915802420f10eb09885c52bb2f8b6d77cf9a0358;p=distro-setup diff --git a/brc2 b/brc2 index 551c974..a28d7b7 100644 --- a/brc2 +++ b/brc2 @@ -2562,7 +2562,10 @@ ilog-local() { cd $d$n/"$chan" hr for x in *; do - echo $x; sed "s/^./${x%log}/" $x; hr; + # *** are parts and joins and such, and they make reading hard. + # I probably will want to see them sometimes, just have to + # remove that part. + echo $x; sed "s/^./${x%log}/;/\*\*\*/d" $x; hr; done done } @@ -4507,7 +4510,7 @@ obs-gen-profiles() { # terminal clear. like clear, but put the prompt at the bottom, # useful for obs streaming the bottom half of a terminal window. tclear() { - for ((i=i; i