aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-03-18 19:32:19 +0000
committerrsc <devnull@localhost>2005-03-18 19:32:19 +0000
commit85f172e020ac79af13fe3856871c432ebcee5a4b (patch)
tree3b94ccd59cc285e2734300a4357f5e10c14d260d /bin
parenteacba19d744bd77a4df5452cfc5839c269e22ae3 (diff)
downloadplan9port-85f172e020ac79af13fe3856871c432ebcee5a4b.tar.gz
plan9port-85f172e020ac79af13fe3856871c432ebcee5a4b.tar.bz2
plan9port-85f172e020ac79af13fe3856871c432ebcee5a4b.zip
add print of file name
Diffstat (limited to 'bin')
-rwxr-xr-xbin/E1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/E b/bin/E
index 80a22ecc..8d262612 100755
--- 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`