6 lines
125 B
Bash
6 lines
125 B
Bash
#!/usr/bin/env bash
|
|
|
|
if command -v brew > /dev/null 2>&1; then
|
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
|
fi
|