Hacker News new | past | comments | ask | show | jobs | submit login

Minimizing the lossfull minifier from:

    #!/bin/bash
    rm -rf $1
    touch $1
to

    #!/bin/sh
    >"$1"
Your turn, reddit



  $ ln -s /usr/bin/true ~/bin/cssmin

  $ cssmin < in.css > out.css




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: