Skip to content

Instantly share code, notes, and snippets.

@mdub
Created May 1, 2013 01:25
Show Gist options
  • Save mdub/5493185 to your computer and use it in GitHub Desktop.
Save mdub/5493185 to your computer and use it in GitHub Desktop.

Revisions

  1. mdub created this gist May 1, 2013.
    2 changes: 2 additions & 0 deletions syslog-injection.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # Redirect STDOUT/STDERR into syslog
    exec > >(logger -p user.info) 2> >(logger -p user.warn)