annotate bin/css-unmin @ 85:87121da9c651 dml-dockerised

update
author wolffd <wolffd.mail@googlemail.com>
date Mon, 04 Jun 2018 18:44:21 +0100
parents 40162d9f1d0b
children
rev   line source
samer@68 1 #!/bin/sh
samer@68 2 awk '{gsub(/{|;/,"&\n\t"); print}' | awk '{if(match($0,/[^\;]+}/)) {gsub(/}/,";\n&\n"); print}else{gsub(/}/,"\n&"); print}'}