mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-21 00:43:56 +00:00
12 lines
173 B
Bash
12 lines
173 B
Bash
#!/bin/bash
|
|
|
|
git clone https://github.com/acama/xrop.git
|
|
cd xrop
|
|
git submodule update --init --recursive
|
|
make -j $(nproc)
|
|
cd ..
|
|
|
|
mkdir bin
|
|
cd bin
|
|
ln -s ../xrop/xrop .
|
|
cd ..
|