]> git.sev.monster Git - dotfiles.git/blob - bin/.check-busybox
zshrc: fix dfu alias
[dotfiles.git] / bin / .check-busybox
1 #!/bin/sh
2 function check-busybox() {
3     command -v "$1" >/dev/null 2>&1 && [ "busybox" = "$(basename "$(readlink -f "$(command -v "$1")")")" ]
4 }
This page took 0.032932 seconds and 4 git commands to generate.