#!/bin/sh

if [ -f "$HOME/.cache/openvpnpid" ]; then
    printf "🔐 vpn"
    exit
fi

printf ""