mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 06:22:34 +00:00
9 lines
185 B
Bash
Executable file
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 ..
|