ctf-tools/libheap/install
2016-10-11 13:43:56 +02:00

10 lines
180 B
Bash
Executable file

#!/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