Skip to content

Instantly share code, notes, and snippets.

@jesseadams
Created August 8, 2013 20:20
Show Gist options
  • Save jesseadams/6188316 to your computer and use it in GitHub Desktop.
Save jesseadams/6188316 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
$* &> /tmp/$$ &
sudo strace -p $!
cat /tmp/$$
rm /tmp/$$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment