ctpv/helpers.sh
2022-05-22 12:56:26 +05:00

4 lines
42 B
Bash

exists() {
command -v "$1" > /dev/null
}