mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-05 17:28:49 +00:00
11 lines
159 B
Bash
Executable file
11 lines
159 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
git clone https://github.com/trailofbits/codereason
|
|
cd codereason
|
|
./make.sh
|
|
cd ..
|
|
|
|
mkdir -p bin
|
|
cd bin
|
|
ln -s ../codereason/build/bin/* .
|
|
cd ..
|