Skip to content

Instantly share code, notes, and snippets.

@runehol
Created August 18, 2012 14:46
Show Gist options
  • Save runehol/3387195 to your computer and use it in GitHub Desktop.
Save runehol/3387195 to your computer and use it in GitHub Desktop.
gdb auto-run
#!/bin/bash
exe=$1
shift 1
gdb -x <(echo "run $@") $exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment