ctf-tools/wcc/install

13 lines
196 B
Text
Raw Normal View History

2016-08-13 14:22:58 +00:00
#!/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