ctf-tools/xrop/install

13 lines
183 B
Text
Raw Normal View History

2015-05-07 11:02:00 +00:00
#!/bin/bash
git clone --depth 1 https://github.com/acama/xrop.git
2015-05-07 11:02:00 +00:00
cd xrop
git submodule update --init --recursive
make -j $(nproc)
cd ..
mkdir bin
cd bin
ln -s ../xrop/xrop .
cd ..