index
:
dotfiles.git
develop
feature/vim9script
master
uuuu
Personal scripts and configuration files
Tom Ryder
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sh
/
shrc.d
/
which.sh
blob: 9d8c899acab0fd3a3ad4b510645c4f070a202929 (
plain
) (
blame
)
1
2
3
4
which() { printf >&2 'Whichcraft detected! Did you mean: command -v %s\n' "$*" return 2 }