Commit d9f54300 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

library: add echo for verify progress

parent 15112197
...@@ -10,6 +10,7 @@ function process_line { ...@@ -10,6 +10,7 @@ function process_line {
# Get the filename from the URL # Get the filename from the URL
local filename=models/$(basename $url) local filename=models/$(basename $url)
echo "verifying $filename..."
# If the file exists, compute its checksum # If the file exists, compute its checksum
if [ -f $filename ]; then if [ -f $filename ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment