Skip to content

Instantly share code, notes, and snippets.

@mohitmun
Last active February 10, 2018 19:15
Show Gist options
  • Select an option

  • Save mohitmun/23a6ab453161502a7cf9cbc25e498cc5 to your computer and use it in GitHub Desktop.

Select an option

Save mohitmun/23a6ab453161502a7cf9cbc25e498cc5 to your computer and use it in GitHub Desktop.

stderr in red 2> >(while read line; do echo -e "\e[01;31m$line\e[0m" >&2; done)

@mohitmun
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment