Skip to content

Instantly share code, notes, and snippets.

@jarun
Created October 9, 2015 03:18
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 jarun/bfc295fa297084f13c09 to your computer and use it in GitHub Desktop.
Save jarun/bfc295fa297084f13c09 to your computer and use it in GitHub Desktop.
log the output of a command (as well as show in terminal)
#!/bin/bash
"$@" 2>&1 | tee /tmp/lastlog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment