mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
9 lines
154 B
Bash
Executable file
9 lines
154 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
[ -e fastcoll ] || git clone https://github.com/upbit/clone-fastcoll fastcoll
|
|
cd fastcoll
|
|
make
|
|
|
|
cd ..
|
|
mkdir bin
|
|
cp fastcoll/fastcoll bin
|