bash_exec: Check if jaaj command exists before executing
This commit is contained in:
parent
d05e8623f0
commit
b7107eb3da
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
jaaj
|
if command -v jaaj &> /dev/null && command -v lolcat &> /dev/null; then
|
||||||
|
jaaj
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue