|
@ -560,7 +560,9 @@ renew() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
renewAll() { |
|
|
renewAll() { |
|
|
|
|
|
_initpath |
|
|
_info "renewAll" |
|
|
_info "renewAll" |
|
|
|
|
|
|
|
|
for d in $(ls -F $WORKING_DIR | grep '/$') ; do |
|
|
for d in $(ls -F $WORKING_DIR | grep '/$') ; do |
|
|
d=$(echo $d | cut -d '/' -f 1) |
|
|
d=$(echo $d | cut -d '/' -f 1) |
|
|
_info "renew $d" |
|
|
_info "renew $d" |
|
|