Skip to content
Snippets Groups Projects
Commit 6daf222b authored by steve's avatar steve
Browse files

Trivial change...

parent 2ed7f510
No related branches found
No related tags found
No related merge requests found
...@@ -155,7 +155,7 @@ endif ...@@ -155,7 +155,7 @@ endif
# Print statistics on the uncombined/uncompressed total size. # Print statistics on the uncombined/uncompressed total size.
set size = `du -k -c snap*gif | grep total | awk '{print $1}'` set size = `du -k -c snap*gif | grep total | awk '{print $1}'`
echo Total size of all partiview frames = $size kbyte echo Total size of all partiview frames = $size kbytes
# Clean up and exit. # Clean up and exit.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment