URI:
       tWrap urban to 72 cols. - scripts - random scripts
  HTML git clone git://parazyd.org/scripts.git
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 985c888a2e93fc4efcfd825869b3f669071b563d
   DIR parent 887f0ddd54bfef30dae856e94ead965df308ccf8
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sat,  7 Apr 2018 11:46:49 +0200
       
       Wrap urban to 72 cols.
       
       Diffstat:
         M urban                               |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/urban b/urban
       t@@ -29,6 +29,7 @@ for i in $(seq 1 3); do
        
                printf "\n---------------------------------------\n\n"
                printf "%s\n%s\n%s | %s\n" "$def" "$exa" "$plu" "$min" | \
       -                        sed -e 's/\\r\\n/\n/g' -e 's/\\"/"/g'
       +                        sed -e 's/\\r\\n/\n/g' -e 's/\\"/"/g' | \
       +                        fmt -w 72 -t
        
        done