mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
add print of file name
This commit is contained in:
parent
eacba19d74
commit
85f172e020
1 changed files with 1 additions and 0 deletions
1
bin/E
1
bin/E
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
stat=`ls -l $1`
|
stat=`ls -l $1`
|
||||||
B "$@"
|
B "$@"
|
||||||
|
echo editing "$@"
|
||||||
while sleep 1
|
while sleep 1
|
||||||
do
|
do
|
||||||
nstat=`ls -l $1`
|
nstat=`ls -l $1`
|
||||||
|
|
Loading…
Reference in a new issue