Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2024-06-21 23:08:25 -07:00
commit 145caed986
6 changed files with 15 additions and 1 deletions

3
.config/shell/bin/how Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
test $# -gt 0 && where="$1" && shift
IFS='+' eval 'curl "https://cht.sh/${where:-}/$*"'