From owner-freebsd-current@FreeBSD.ORG Mon Sep 27 02:19:13 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E90D106564A for ; Mon, 27 Sep 2010 02:19:13 +0000 (UTC) (envelope-from buganini@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1A88C8FC14 for ; Mon, 27 Sep 2010 02:19:12 +0000 (UTC) Received: by iwn34 with SMTP id 34so5508410iwn.13 for ; Sun, 26 Sep 2010 19:19:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=F4xsbsL8lYw82HkADPTClq8guFJJf6vTETMKKiJmJyw=; b=hnWMEcfOiSOWj/VSMwvC3iTKetuKXUF2Bz3GO3j9cTGu7wNT7lwL5/BlXAl/OiH3dF ds8spUgsc0QOutTxmANQEwr1BV03lHgWRwLcglrQrtTk+WmUpMtJTOTaezzHGXJUDY3W aAoaiO/RrDkka2Qdr1VQnwGrAPOAeqLjPvKIM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jL5gRb5OEidqlmLK/td9L6DittTmHDykpUtxMn+vLRaIgLKaWWScNTJfc6jYgHL1c0 qk1UqhhmV/9usH/3qOumZ8G2vPyzAEQ0EP5TVqebspPsrxfIVxERpqBDr+kxr1mc4jWc 2M0DEaer2bs3r7Nsqqqkvk9y7TYGTQsV4Hyzk= MIME-Version: 1.0 Received: by 10.231.167.130 with SMTP id q2mr8133247iby.163.1285552271850; Sun, 26 Sep 2010 18:51:11 -0700 (PDT) Received: by 10.231.31.195 with HTTP; Sun, 26 Sep 2010 18:51:11 -0700 (PDT) Date: Mon, 27 Sep 2010 09:51:11 +0800 Message-ID: From: Buganini To: FreeBSD Current Content-Type: text/plain; charset=UTF-8 Subject: Parallelized scripting X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 02:19:13 -0000 Hi, I just wrote a rough C program that may help to do parallelized scripting, for example, parallelized rc.d scripts. http://github.com/buganini/brackets in this way it is easy to use, no need to escape argv for multiple times. any comments are welcomed. Buganini