]> git.sev.monster Git - dotfiles.git/blame - bin/.check-busybox
zshrc: add typo aliases for `cd ..' and `ga .'
[dotfiles.git] / bin / .check-busybox
CommitLineData
abd1eae8 1#!/bin/sh
2function check-busybox() {
cd6fbefb 3 command -v "$1" >/dev/null 2>&1 && [ "busybox" = "$(basename "$(readlink -f "$(command -v "$1")")")" ]
abd1eae8 4}
This page took 0.034665 seconds and 4 git commands to generate.