diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-09 21:23:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-09 21:23:35 +0300 |
| commit | d5c1a2e124f025a9aa966a3e3957bc2bfa704977 (patch) | |
| tree | 7df91382dffd4d1e8fb7b847df08f7c34cf3c37d /frontends/scripts/warrior.sh.tpl | |
| parent | acf1c93b7fab3fb5cd5383adf8771b098ae2c734 (diff) | |
fix warrior
Diffstat (limited to 'frontends/scripts/warrior.sh.tpl')
| -rw-r--r-- | frontends/scripts/warrior.sh.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
