Add ipdb script target for realgud

This commit is contained in:
Ivan Malison 2016-06-15 17:58:30 -07:00
parent 3ded6ed793
commit 805a5d0816

2
dotfiles/lib/bin/ipdb Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
ipython -c "%run -d $@"