ttrim whitespace around output - Granular.jl - Julia package for granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/Granular.jl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a19e2a8c201bda48eafc46a2080e19f0a532c429
 (DIR) parent 6fd3f588961a35e93acfda7850c4f04db0b5851c
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Tue, 12 Sep 2017 22:26:09 -0400
       
       ttrim whitespace around output
       
       Diffstat:
         M examples/logo.animate.sh            |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/examples/logo.animate.sh b/examples/logo.animate.sh
       t@@ -1,2 +1,4 @@
        #!/bin/bash
       -convert -delay 10 -transparent-color white -reverse -loop 0 logo/*.png logo/logo.gif
       +convert -trim +repage \
       +    -delay 10 -transparent-color white -reverse -loop 0 \
       +    logo/*.png logo/logo.gif