Gentoo Archives: gentoo-user-br

From: "Benigno B. Junior" <bbj@g.o>
To: gentoo-user-br@l.g.o
Subject: Re: [gentoo-user-br] Script 'services'
Date: Fri, 07 Jul 2006 21:05:22
Message-Id: 20060707180418.0f297da4@phanty
In Reply to: [gentoo-user-br] Script 'services' by natunobilis@gentoobr.org
1 Caso queira, você pode utilizar isso:
2
3 for service in ${@/${!#}} ; do
4 /etc/init.d/$service ${!#}
5 done
6
7 --
8 "Onde há o ser-humano, há a maldade."
9
10 Benigno B. Junior <bbj@g.o>
11 Gentoo Developer - http://dev.gentoo.org/~bbj
12 http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3995B21

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user-br] Script 'services' "Benigno B. Junior" <bbj@g.o>