#!/bin/bash if [ "$1" = "yes" -o "$1" = 1 -o "$1" = "away" ]; then ~mh/bin/mhsend --run 'Set Away' else ~mh/bin/mhsend --run 'Set Back' fi