add print of file name

This commit is contained in:
rsc 2005-03-18 19:32:19 +00:00
parent eacba19d74
commit 85f172e020

1
bin/E
View file

@ -6,6 +6,7 @@
stat=`ls -l $1`
B "$@"
echo editing "$@"
while sleep 1
do
nstat=`ls -l $1`