install.fairie/home/dot_local/bin/executable_install-program-cache.tmpl
Brian Zalewski 59c7401138 Latest
2023-07-17 07:28:38 +00:00

5 lines
97 B
Bash

#!/usr/bin/env bash
if command -v brew > /dev/null; then
brew info --json=v1 --installed
fi