Hacker News new | ask | show | jobs
by igor_chubin 2187 days ago
Wow! That's cool. Let's try it

  curl() { [ -t 1 ] && curl "$@" | sanitize || curl "$@"; }