ctf-tools/ssh_decoder/install

9 lines
185 B
Bash
Executable file

#!/bin/bash -e
git clone --depth 1 https://github.com/jjyg/ssh_decoder.git
chmod 755 ssh_decoder/ssh_decoder.rb
mkdir bin
cd bin
ln -s ../ssh_decoder/ssh_decoder.rb ssh_decoder
cd ..