ansible-role--bashrc/files/bashrc.d/70-util-moz-vpn.sh

6 lines
108 B
Bash
Raw Normal View History

2021-12-31 14:00:17 +00:00
MOZ_TOKEN_FILE="$HOME/.config/mozilla-vpn/token"
if [ -f "$MOZ_TOKEN_FILE" ]; then
. "$MOZ_TOKEN_FILE"
fi