4 lines
157 B
Bash
4 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)"
|