5 lines
108 B
Bash
5 lines
108 B
Bash
|
|
MOZ_TOKEN_FILE="$HOME/.config/mozilla-vpn/token"
|
|
if [ -f "$MOZ_TOKEN_FILE" ]; then
|
|
. "$MOZ_TOKEN_FILE"
|
|
fi
|