linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: md@Linux.IT (Marco d'Itri)
To: linux-hotplug@vger.kernel.org
Subject: Re: udev problem with udevsettle
Date: Thu, 03 Jul 2008 17:08:47 +0000	[thread overview]
Message-ID: <20080703170847.GA21382@bongo.bofh.it> (raw)
In-Reply-To: <486CD00A.3040800@lfarkas.org>

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

On Jul 03, Bryan Kadzban <bryan@kadzban.is-a-geek.net> wrote:

> #!/bin/bash
> /path/to/current/script "$@" &

This is quite inefficient. Much better:

#!/bin/sh -e

do_everything {
  echo do stuff
}

do_everything &
exit 0

-- 
ciao,
Marco

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  parent reply	other threads:[~2008-07-03 17:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-03 13:11 udev problem with udevsettle Farkas Levente
2008-07-03 16:52 ` Bryan Kadzban
2008-07-03 17:08 ` Marco d'Itri [this message]
2008-07-03 20:54 ` Farkas Levente
2008-07-03 21:32 ` Bryan Kadzban
2008-07-03 21:49 ` Bryan Kadzban

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080703170847.GA21382@bongo.bofh.it \
    --to=md@linux.it \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).