comparison .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
comparison
equal deleted inserted replaced
295:f116dccf883e 296:ac2565aaab48
310 fi; 310 fi;
311 popd 311 popd
312 } 312 }
313 alias slurp="wget -r -l1 -np -nd -A.mp3" 313 alias slurp="wget -r -l1 -np -nd -A.mp3"
314 alias zulu="date -u +%Y%m%d%H%M%SZ" 314 alias zulu="date -u +%Y%m%d%H%M%SZ"
315 if [ -e /opt/local/bin/gtelnet ]; then
316 alias telnet="/opt/local/bin/gtelnet"
317 fi
318
315 TOhtml() { 319 TOhtml() {
316 # Since I moved to hosting the hg repo, this is less useful to share things. 320 # Since I moved to hosting the hg repo, this is less useful to share things.
317 # But still a nice bit of code and worth keeping I think. Needs a rework to 321 # But still a nice bit of code and worth keeping I think. Needs a rework to
318 # match the new style of the dotfile repo as of 2024/03/30 (splitting out 322 # match the new style of the dotfile repo as of 2024/03/30 (splitting out
319 # shared configs, etc) 323 # shared configs, etc)