Rename Bwait to E.
This commit is contained in:
parent
f21f37f219
commit
3c2827901d
@ -6,7 +6,7 @@
|
||||
|
||||
stat=`ls -l $1`
|
||||
B "$@"
|
||||
while true
|
||||
while sleep 1
|
||||
do
|
||||
nstat=`ls -l $1`
|
||||
if [ "x$stat" != "x$nstat" ]
|
||||
Loading…
Reference in New Issue
Block a user