Skip to content

Instantly share code, notes, and snippets.

@JonathonReinhart
Created July 28, 2016 14:56
Show Gist options
  • Save JonathonReinhart/e9a8f3d852a6266d6e8f20c0781f8c52 to your computer and use it in GitHub Desktop.
Save JonathonReinhart/e9a8f3d852a6266d6e8f20c0781f8c52 to your computer and use it in GitHub Desktop.
Vim frontend to strace
#!/bin/sh
# Using Vim to view strace output
strace -o'!vim -R -' "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment