xrforge/manyfold/root/hook.d/daily/cleanup_taskspooler.sh

4 lines
85 B
Bash
Raw Normal View History

2025-10-29 17:57:16 +01:00
#!/bin/sh
# remove succesful tasks
ts | awk '$4 == 0 { print $1 }' | xargs -n1 ts -r