Skip to content

Instantly share code, notes, and snippets.

@riywo
Created October 15, 2012 11:34
Show Gist options
  • Save riywo/3892037 to your computer and use it in GitHub Desktop.
Save riywo/3892037 to your computer and use it in GitHub Desktop.
daemontoolsでstrace
#!/bin/sh
PID=$$
strace -p $PID -ttT 2>&1 &
exec 2>&1
exec hogehoge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment