#!/bin/bash # # Wrapper for calendar application. # # Parameters BASENAME="`basename $0`" # Check configuration if [ ! -e "$HOME/.custom/reminders" ]; then mkdir -p $HOME/.custom touch $HOME/.custom/reminders fi # Dispatch wyrd