# HG changeset patch # User Steve Huston # Date 1740804867 18000 # Node ID ac2565aaab48a36b9b34a133b8e10c324d45b027 # Parent f116dccf883efeaf114a000a945ca1fe72318d44 Why does macos not ship with telnet anymore... diff -r f116dccf883e -r ac2565aaab48 .bash_aliases --- a/.bash_aliases Sun Feb 23 19:02:16 2025 -0500 +++ b/.bash_aliases Fri Feb 28 23:54:27 2025 -0500 @@ -312,6 +312,10 @@ } alias slurp="wget -r -l1 -np -nd -A.mp3" alias zulu="date -u +%Y%m%d%H%M%SZ" +if [ -e /opt/local/bin/gtelnet ]; then + alias telnet="/opt/local/bin/gtelnet" +fi + TOhtml() { # Since I moved to hosting the hg repo, this is less useful to share things. # But still a nice bit of code and worth keeping I think. Needs a rework to