summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontends/scripts/warrior.sh.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/scripts/warrior.sh.tpl b/frontends/scripts/warrior.sh.tpl
index f02cbc3..3dd168e 100644
--- a/frontends/scripts/warrior.sh.tpl
+++ b/frontends/scripts/warrior.sh.tpl
@@ -1,7 +1,11 @@
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