#!/bin/bash PIDFILE="${XDG_RUNTIME_DIR}/mkchromecast.pid" if [ -f "${PIDFILE}" ]; then printf "🔴 Casting" fi