Gentoo Archives: gentoo-user

From: Christopher Fisk <chrisf@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] kill a child and suicide
Date: Wed, 03 May 2006 13:16:35
Message-Id: Pine.LNX.4.64.0605030905460.21650@borg.uasoft.com
In Reply to: [gentoo-user] [OT] kill a child and suicide by Jorge Almeida
1 On Tue, 2 May 2006, Jorge Almeida wrote:
2
3 > parent.sh
4 > #!/bin/bash
5 > <do something>
6 > /path/to/child.sh
7 > <do something else>
8
9 It's just bash scripting, just tell bash to exec child.sh in the
10 background.
11
12
13 /path/to/child.sh &
14
15
16 Christopher Fisk
17 --
18 Stewie Griffin: Mother, life is like a box of chocolates. You never know what
19 you're going to get. Your life, on the other hand, is like this box of ACTIVE
20 GRENADES!
21 Lois Griffin: [oblivious] Oh, you want your toy back. Here you go.
22 [Gives Stewie his Ray-Gun toy]
23 Stewie Griffen: Yes... well... VICTORY IS MINE!
24 [he runs off - the sound of the grenades exploding is heard]
25 Stewie Griffen: BLAST!
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] [OT] kill a child and suicide Jorge Almeida <jalmeida@××××××××××××.pt>