Add Task-Monitor utility script
This commit is contained in:
parent
7aab80084a
commit
1726d4e8c8
1 changed files with 2 additions and 0 deletions
2
bin/taskmon
Executable file
2
bin/taskmon
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
clear; task; while sleep 10; do clear; task; done
|
Loading…
Reference in a new issue