ctf-tools/peda/install

6 lines
107 B
Text
Raw Normal View History

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