#!/bin/sh if [ "$(ip link show | rg proton0)" = "" ] then echo "no vpn" else echo "vpn" fi