ctf-tools/fastcoll/install

10 lines
154 B
Text
Raw Normal View History

2017-03-20 23:14:25 +00:00
#!/bin/bash -ex
[ -e fastcoll ] || git clone https://github.com/upbit/clone-fastcoll fastcoll
cd fastcoll
make
cd ..
mkdir bin
cp fastcoll/fastcoll bin