0
2
llucycodes42
Shortcut: if.command.exists
if.command.exists
0 Comments
if [ "\$(command -v command)" ]; then ${2:echo "command \"command\" exists on system"} fi