mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 22:42:38 +00:00
10 lines
180 B
Bash
Executable file
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
|