Skip to content

Instantly share code, notes, and snippets.

@yudai09
Created June 22, 2016 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yudai09/cb63ba388a24d4ddfd8e84f546cec568 to your computer and use it in GitHub Desktop.
Save yudai09/cb63ba388a24d4ddfd8e84f546cec568 to your computer and use it in GitHub Desktop.
watchfor /error:/
pipe "./forward_fluent.sh swatch.err"
echo red
watchfor /warning:/
pipe "./forward_fluent.sh swatch.warn"
echo yellow
watchfor /no problem/
# nothing to do
echo
watchfor /.*/
pipe "./forward_fluent.sh swatch.unknown"
echo magenta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment