5 lines
157 B
Bash
5 lines
157 B
Bash
![]() |
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
|
||
|
|
||
|
! [ -x /opt/homebrew/bin/brew ] || \
|
||
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|