#!/bin/sh

nmcli c show --active | grep -q "wg-mullvad" 2>>/dev/null && read -p "VPN is active. Contine? [Y/n] " ON || echo "VPN is off, aborting."; break ;

case $ON in
	[Yy]* ) croc $1;
esac