ctf-tools/peda/install

6 lines
117 B
Text
Raw Normal View History

2015-05-07 11:02:00 +00:00
#!/bin/bash
git clone --depth 1 https://github.com/longld/peda.git
cd peda
echo "source $PWD/peda.py" >> ~/.gdbinit