RosettaCodeData/Task/Rate-counter/UNIX-Shell/rate-counter-1.sh

6 lines
51 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#!/bin/bash
while : ; do
task && echo >> .fc
done