Subject: Re: initialization order & permanently mounting USB drives?
To: None <netbsd-users@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-users
Date: 09/13/2007 17:56:34
On Thu, 13 Sep 2007, James Hartley wrote:

> >         # Could use seq(1), but it's in /usr/bin which may not be there
> >         for i in 5 10 15 20 25 30 35 40 45 50 55 60
> >         do

Just saw that seq(1) comment. Also consider jot(1), like:

jot - 5 60 5

But I think just listing them is fine too.

> >                 sleep 5
> >                 echo -n " $i"
> >         done