Mac – Bash – Install Telnet

email me

From a terminal:

#!/bin/bash

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew install telnet

telnet Name_or_IP Port_Number

If it immediately goes to a black screen, it’s working.

 

Notes

ruby
brew
telnet

 

tags: MrNetTek