X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=brc2;fp=brc2;h=a28d7b7e970a94cc580735002110a3ea675df1b4;hb=12e4748d67a2891d120f0ce7c29c2cf44a6119df;hp=551c974eaf350e4d5c0e6ffee5448c12525621dc;hpb=a44c96f8de0dfbb302923b48961abc912b41803e;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