diff options
| author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-15 05:26:06 +0000 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-15 05:26:06 +0000 |
| commit | aa96dd030da43453c2b4ccdba1937504117767cb (patch) | |
| tree | 0cde688219176402a3d16c54fb98fb5b8f6492f6 /rc/bin/inst/watchfd | |
| parent | c0662c5330449e43f4a1f10c2d440d9bf60a6f4a (diff) | |
| parent | fd8d404d520a3f10c143f5cbe7c170606fffc75c (diff) | |
| download | plan9front-aa96dd030da43453c2b4ccdba1937504117767cb.tar.xz | |
bla
Diffstat (limited to 'rc/bin/inst/watchfd')
| -rwxr-xr-x | rc/bin/inst/watchfd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/inst/watchfd b/rc/bin/inst/watchfd index ca37294e3..d836abd8d 100755 --- a/rc/bin/inst/watchfd +++ b/rc/bin/inst/watchfd @@ -14,4 +14,4 @@ if(~ $textinst 1) { while(test -f /proc/$p/fd) grep '^ *'^$2^' ' /proc/$p/fd >[2]/dev/null -} | awk '{print $9 " '^$3^'"; fflush("/dev/stdout")}' | bargraph $baropt $4 +} | awk '{print $9 " '^$3^'"; fflush("/dev/stdout")}' | aux/statusbar $baropt $4 |
