5 lines
99 B
Bash
5 lines
99 B
Bash
#!/usr/bin/bash
|
|
|
|
if command -v jaaj &> /dev/null && command -v lolcat &> /dev/null; then
|
|
jaaj
|
|
fi
|