ctpv/helpers.sh

4 lines
42 B
Bash
Raw Normal View History

2022-05-22 09:55:04 +02:00
exists() {
command -v "$1" > /dev/null
}