Dwmstatus/dwmstatus-repeat
2024-02-04 21:22:56 -03:00

11 lines
62 B
Bash
Executable File

#!/bin/sh
TIME=$1
shift
while true
do
$@
sleep $TIME
done