aboutsummaryrefslogtreecommitdiff
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rwxr-xr-xcalendar16
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar b/calendar
new file mode 100755
index 0000000..18a91e3
--- /dev/null
+++ b/calendar
@@ -0,0 +1,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