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

6 lines
51 B
Bash
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
#!/bin/bash
while : ; do
task && echo >> .fc
done