mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-13 21:37:04 +00:00
7 lines
162 B
Bash
Executable file
7 lines
162 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
wget https://github.com/0vercl0k/rp/releases/download/v2.1.4/rp-lin-gcc.zip
|
|
unzip rp-lin-gcc.zip
|
|
mkdir bin
|
|
mv rp-lin bin/rp++
|
|
chmod 755 bin/rp++
|