summaryrefslogtreecommitdiff
path: root/frontends/scripts/warrior.sh.tpl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-07-09 22:13:55 +0300
committerPaul Buetow <paul@buetow.org>2023-07-09 22:13:55 +0300
commitca3dc8f1aec00f862094bd75324149a20b579465 (patch)
tree77cbfb5bcdc190340baa4251f66e7a3a00b2f0d1 /frontends/scripts/warrior.sh.tpl
parent5c0d59f773d686ee7415d145dfcdea46fc0f57a4 (diff)
use full task db
Diffstat (limited to 'frontends/scripts/warrior.sh.tpl')
-rw-r--r--frontends/scripts/warrior.sh.tpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/frontends/scripts/warrior.sh.tpl b/frontends/scripts/warrior.sh.tpl
deleted file mode 100644
index 3dd168e..0000000
--- a/frontends/scripts/warrior.sh.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-PATH=$PATH:/usr/local/bin
-
-# These .task.status files were synced by my Laptops to the server.
-find /home -maxdepth 2 -mindepth 2 -type f -name .task.status \
- | while read file; do
- echo $file:
- cat $file
- echo
- stat $file
- echo
-done