/terminfo/

tr> cgit logo index : dotfiles.git
Personal scripts and configuration filesTom Ryder
aboutsummaryrefslogblamecommitdiff
path: root/sh/shrc.d/which.sh
blob: 9d8c899acab0fd3a3ad4b510645c4f070a202929 (plain) (tree)
1
2
3
4



                                                                        
which() {
    printf >&2 'Whichcraft detected! Did you mean: command -v %s\n' "$*"
    return 2
}