ctf-tools/rp++/install
2025-03-09 23:12:21 -07:00

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++