Skip to content

Instantly share code, notes, and snippets.

@doyle
Created June 28, 2013 19:33
Show Gist options
  • Save doyle/5887429 to your computer and use it in GitHub Desktop.
Save doyle/5887429 to your computer and use it in GitHub Desktop.
I'm tired of reading the terminal
#!/bin/sh
$@ > /tmp/verbose
say `cat /tmp/verbose`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment