#!/bin/bash if ping -c 1 -W 1 -q webprint.ethz.ch > /dev/null; then printf '🔬' fi pgrep openvpn > /dev/null && printf '🛡' printf '\n'