#!/usr/bin/env bash if [[ ! $(pidof anyrun) ]]; then anyrun else pkill anyrun fi