#!/bin/sh ps au | grep ^`whoami` | grep mutt | grep -v grep >/dev/null && echo "You already have a mutt session running." || mutt