mirror of
https://github.com/perk11/runwhenidle.git
synced 2026-01-09 13:48:01 -05:00
6 lines
45 B
Bash
Executable File
6 lines
45 B
Bash
Executable File
#1/bin/sh
|
|
while true
|
|
do
|
|
date
|
|
sleep 1
|
|
done |