diff options
Diffstat (limited to 'task')
-rwxr-xr-x | task | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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 |