add basic progress
This commit is contained in:
parent
18a3d1b100
commit
f62138b9c5
2 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,7 @@ IFS="
|
|||
|
||||
process () {
|
||||
if [ -e "$f" ]; then
|
||||
echo "adding metadata for $f"
|
||||
for l in $(extract "$f" | egrep "$want"); do
|
||||
field="${l%% - *}"
|
||||
value="${l#* - }"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue