mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-21 08:53:56 +00:00
10 lines
154 B
Text
10 lines
154 B
Text
|
#!/bin/bash -ex
|
||
|
|
||
|
[ -e fastcoll ] || git clone https://github.com/upbit/clone-fastcoll fastcoll
|
||
|
cd fastcoll
|
||
|
make
|
||
|
|
||
|
cd ..
|
||
|
mkdir bin
|
||
|
cp fastcoll/fastcoll bin
|