2
0
Fork 0
mirror of https://github.com/zardus/ctf-tools synced 2025-03-14 22:06:58 +00:00
ctf-tools/rp++/install

8 lines
162 B
Text
Raw Normal View History

#!/bin/bash -ex
2015-05-11 17:15:36 -07:00
2025-03-09 23:12:21 -07:00
wget https://github.com/0vercl0k/rp/releases/download/v2.1.4/rp-lin-gcc.zip
unzip rp-lin-gcc.zip
2015-05-11 17:15:36 -07:00
mkdir bin
2025-03-09 23:12:21 -07:00
mv rp-lin bin/rp++
chmod 755 bin/rp++