mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-01-08 09:38:49 +01:00
4 lines
42 B
Bash
4 lines
42 B
Bash
|
exists() {
|
||
|
command -v "$1" > /dev/null
|
||
|
}
|