Mercurial > hg > dml-home
view bin/css-unmin @ 74:30d5c450cf0a
Added new histogram tools from ishara
author | samer |
---|---|
date | Mon, 05 Oct 2015 00:47:10 +0100 |
parents | 40162d9f1d0b |
children |
line wrap: on
line source
#!/bin/sh awk '{gsub(/{|;/,"&\n\t"); print}' | awk '{if(match($0,/[^\;]+}/)) {gsub(/}/,";\n&\n"); print}else{gsub(/}/,"\n&"); print}'}