i tried using shortcuts. i wanted to run scripts there, but i constantly get an error that the brew utility was not found. it feels like the scripts run in isolation.
i tried use
- brew link php
- eval 'brew link php'
- sh fileWithMyScript.sh
and always got error. how to fix it?


