aboutsummaryrefslogtreecommitdiff
path: root/task
diff options
context:
space:
mode:
Diffstat (limited to 'task')
-rwxr-xr-xtask14
1 files changed, 0 insertions, 14 deletions
diff --git a/task b/task
deleted file mode 100755
index 60b116e..0000000
--- a/task
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-#
-# A very simple taskwarrior wrapper.
-#
-
-# Parameters
-TASK="/usr/bin/task"
-
-# Dispatch
-if [ -e ".task" ]; then
- $TASK rc.data.location=.task "${@}"
-else
- $TASK "${@}"
-fi