summaryrefslogtreecommitdiff
path: root/frontends/scripts/taskwarrior.sh.tpl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-07-09 21:23:35 +0300
committerPaul Buetow <paul@buetow.org>2023-07-09 21:23:35 +0300
commitd5c1a2e124f025a9aa966a3e3957bc2bfa704977 (patch)
tree7df91382dffd4d1e8fb7b847df08f7c34cf3c37d /frontends/scripts/taskwarrior.sh.tpl
parentacf1c93b7fab3fb5cd5383adf8771b098ae2c734 (diff)
fix warrior
Diffstat (limited to 'frontends/scripts/taskwarrior.sh.tpl')
-rw-r--r--frontends/scripts/taskwarrior.sh.tpl7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontends/scripts/taskwarrior.sh.tpl b/frontends/scripts/taskwarrior.sh.tpl
deleted file mode 100644
index f02cbc3..0000000
--- a/frontends/scripts/taskwarrior.sh.tpl
+++ /dev/null
@@ -1,7 +0,0 @@
-PATH=$PATH:/usr/local/bin
-
-find /home -maxdepth 2 -mindepth 2 -type f -name .task.status \
- | while read file; do
- echo $file:
- cat $file
-done