commit 85f172e020ac79af13fe3856871c432ebcee5a4b parent eacba19d744bd77a4df5452cfc5839c269e22ae3 Author: rsc <devnull@localhost> Date: Fri, 18 Mar 2005 19:32:19 +0000 add print of file name Diffstat:
M | bin/E | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/E b/bin/E @@ -6,6 +6,7 @@ stat=`ls -l $1` B "$@" +echo editing "$@" while sleep 1 do nstat=`ls -l $1`