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

6 lines
51 B
Bash

#!/bin/bash
while : ; do
task && echo >> .fc
done