Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
145caed986
6 changed files with 15 additions and 1 deletions
3
.config/shell/bin/how
Executable file
3
.config/shell/bin/how
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
test $# -gt 0 && where="$1" && shift
|
||||
IFS='+' eval 'curl "https://cht.sh/${where:-}/$*"'
|
Loading…
Add table
Add a link
Reference in a new issue