]> git.sev.monster Git - dotfiles.git/blame_incremental - bin/.check-busybox
add apkv, explicitly source XDG dirs in zshenv
[dotfiles.git] / bin / .check-busybox
... / ...
CommitLineData
1#!/bin/sh
2function check-busybox() {
3 which $1 >/dev/null 2>&1 && [ "$(basename "$(readlink -f "$(which "$1" | head -1)")")" = "busybox" ]
4}
This page took 0.039957 seconds and 4 git commands to generate.