6 lines
97 B
Cheetah
6 lines
97 B
Cheetah
|
#!/usr/bin/env bash
|
||
|
|
||
|
if command -v brew > /dev/null; then
|
||
|
brew info --json=v1 --installed
|
||
|
fi
|