commit | 3c2827901d9b965b3e0716e5e7284fdcd6ce7760 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Wed Apr 21 21:01:52 2004 +0000 |
committer | rsc <devnull@localhost> | Wed Apr 21 21:01:52 2004 +0000 |
tree | 065872d6fbe3a4a4b40a7e1e012825cd5993da7e | |
parent | f21f37f219965af3980ba50bac429658d19615d1 [diff] |
Rename Bwait to E.
diff --git a/bin/Bwait b/bin/E similarity index 93% rename from bin/Bwait rename to bin/E index 0042960..80a22ec 100755 --- a/bin/Bwait +++ b/bin/E
@@ -6,7 +6,7 @@ stat=`ls -l $1` B "$@" -while true +while sleep 1 do nstat=`ls -l $1` if [ "x$stat" != "x$nstat" ]