darkrc/bin/taskmon

3 lines
60 B
Bash
Executable File

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