1 2 3 4 5 6 7 8 9 10
# -*- mode: sh -*- vim: ft=zsh local cmd for cmd { if [[ -x =$cmd ]] { echo $cmd return 0 } } return 1