Dwmstatus/dwmstatus-repeat

11 lines
62 B
Plaintext
Raw Normal View History

2024-02-04 19:11:39 -05:00
#!/bin/sh
TIME=$1
shift
while true
do
$@
sleep $TIME
done