stew

a monorepo of some sort
Log | Files | Refs

commit 0eca388bd6b162d1a5a7946919000cb7c66cbd68
parent 85397187824c12cd9ad1ee6bd8b347227b3e5d88
Author: Renev Pavel <an2qzavok@gmail.com>
Date:   Fri, 28 Oct 2022 09:53:23 +0000

rc/Winwatch

Diffstat:
Arc/Winwatch | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/rc/Winwatch b/rc/Winwatch @@ -0,0 +1,12 @@ +#!/bin/rc + +dir=/dev/wsys + +cd $dir +for (winid in `{ls}) { + wdir=$dir/$winid + label = `{cat $wdir/label} + echo 'echo current >>' $wdir/wctl '#' $label +} +echo window +echo window -m