diff .bash_aliases @ 296:ac2565aaab48

Why does macos not ship with telnet anymore...
author Steve Huston <huston@srhuston.net>
date Fri, 28 Feb 2025 23:54:27 -0500
parents b7096eec6557
children 2380af78be40
line wrap: on
line diff
--- 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