darkrc/bin/taskmon

2 lines
60 B
Bash
Executable file

#!/bin/sh
clear; task; while sleep 10; do clear; task; done