annotate bin/css-unmin @ 93:315eb11ced3e dml-dockerised

more install packages
author wolffd <wolffd.mail@googlemail.com>
date Tue, 05 Jun 2018 17:58:29 +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}'}