summaryrefslogtreecommitdiff
path: root/frontends/scripts/warrior.sh.tpl
diff options
context:
space:
mode:
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