Skip to content

Instantly share code, notes, and snippets.

@robertwb

robertwb/run Secret

Created August 16, 2016 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertwb/7ca537e29ac56667e2f9642a6dccd55c to your computer and use it in GitHub Desktop.
Save robertwb/7ca537e29ac56667e2f9642a6dccd55c to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
cython mylib.pyx
python-dbg ./setup.py build_ext --inplace
gdb --args python-dbg ./runit.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment