Status: Remove status management (status_path, status_timing, threading), use loop in status script now (see scripts/status.sh)

This commit is contained in:
Martin Duquesnoy
2011-07-28 00:08:43 +02:00
parent 7bfba91a92
commit 4e33bc9bf7
9 changed files with 1 additions and 118 deletions

View File

@@ -8,4 +8,4 @@ statustext()
wmfs -s "`date`"
}
statustext
while true; do statustext; sleep 10; done