mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
4 lines
42 B
Bash
4 lines
42 B
Bash
|
exists() {
|
||
|
command -v "$1" > /dev/null
|
||
|
}
|