ctf-tools/wcc/install
2016-08-13 16:22:58 +02:00

12 lines
196 B
Bash
Executable file

#!/bin/bash -e
git clone --depth 1 https://github.com/endrazine/wcc
pushd wcc
git submodule init
git submodule update
make
mv bin/ ../
popd
pushd bin/
sed -i "s&/usr/bin/wsh&$(pwd)/wsh&" ./wcch