ctf-tools/libheap/install

11 lines
180 B
Text
Raw Normal View History

2016-10-11 09:43:07 +00:00
#!/bin/bash
git clone https://github.com/cloudburst/libheap
# move to ctftools virtual env
source ${VIRTUALENVWRAPPER_SCRIPT}
workon ctftools
cd libheap
python setup.py install