Add Task-Monitor utility script

This commit is contained in:
Talia 2021-02-15 09:06:20 +01:00
parent 7aab80084a
commit 1726d4e8c8
1 changed files with 2 additions and 0 deletions

2
bin/taskmon Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
clear; task; while sleep 10; do clear; task; done