Projects STRLCPY nssh Commits 5195461b
🤬
  • ■ ■ ■ ■ ■ ■
    install.sh
     1 +#!/bin/bash
     2 + 
     3 +rm -f /usr/local/bin/nssh
     4 +curl -s https://raw.githubusercontent.com/rabbagliettiandrea/nssh/main/nssh > /usr/local/bin/nssh
     5 +chmod +x /usr/local/bin/nssh
     6 +echo "Installation done"
     7 + 
Please wait...
Page is in error, reload to recover