From 5c0d59f773d686ee7415d145dfcdea46fc0f57a4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 9 Jul 2023 21:26:05 +0300 Subject: add stat --- frontends/scripts/warrior.sh.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontends/scripts') 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 -- cgit v1.2.3