aboutsummaryrefslogtreecommitdiff
path: root/calendar
blob: 18a91e3a5fce7a2e25b832a90cf5d783c55aa6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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