plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 85f172e020ac79af13fe3856871c432ebcee5a4b
parent eacba19d744bd77a4df5452cfc5839c269e22ae3
Author: rsc <devnull@localhost>
Date:   Fri, 18 Mar 2005 19:32:19 +0000

add print of file name

Diffstat:
Mbin/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`