From d5c1a2e124f025a9aa966a3e3957bc2bfa704977 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 9 Jul 2023 21:23:35 +0300 Subject: fix warrior --- frontends/scripts/taskwarrior.sh.tpl | 7 ------- frontends/scripts/warrior.sh.tpl | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 frontends/scripts/taskwarrior.sh.tpl create mode 100644 frontends/scripts/warrior.sh.tpl (limited to 'frontends/scripts') 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 diff --git a/frontends/scripts/warrior.sh.tpl b/frontends/scripts/warrior.sh.tpl new file mode 100644 index 0000000..f02cbc3 --- /dev/null +++ b/frontends/scripts/warrior.sh.tpl @@ -0,0 +1,7 @@ +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 -- cgit v1.2.3