From owner-freebsd-hackers@FreeBSD.ORG Thu May 8 14:23:52 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AF7B106566B for ; Thu, 8 May 2008 14:23:52 +0000 (UTC) (envelope-from mathieu.prevot@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id EF1FA8FC12 for ; Thu, 8 May 2008 14:23:51 +0000 (UTC) (envelope-from mathieu.prevot@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so946687fkk.11 for ; Thu, 08 May 2008 07:23:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=T/IG9VApuE4pqzRplxMfESpbDq0az6ijoJYn6uOQJac=; b=J/ysaGHuKbOa13ZS6DhadP4sPQuo1fI68eFAQ3Dzibd98MBinA3a+OnhrohkjA3ThaK1KXuCWgTLvT5h+T2JA09+J1kVwdWe2mz4Fr+p2vh2Ji3qzfWUzmxeXW8xGIopey8PIDIbcV4nl83S3dbEjR4DkQCyzIH+ePWSd4I+dm8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aSwtfoYOh1+fVTSyei+66E1oleXUHFnwpzziI9Kzs4flFllbNmXaAAxTfiKSSUaXdWFPjxqe6YvuJoTyidk+Qv+llNW5ZRaS3AqsSc259RJPeNYq8ErLJWuC1Y7wjxrc3DoQR30oONH6pBg66uGj2+6+08imFqx5Cd9U7xzIm5c= Received: by 10.82.150.15 with SMTP id x15mr409927bud.23.1210255190239; Thu, 08 May 2008 06:59:50 -0700 (PDT) Received: by 10.82.177.7 with HTTP; Thu, 8 May 2008 06:59:50 -0700 (PDT) Message-ID: <3e473cc60805080659h721db611s886b80d213f9a2f3@mail.gmail.com> Date: Thu, 8 May 2008 15:59:50 +0200 From: "Mathieu Prevot" To: hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: binary file within a shell script X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2008 14:23:52 -0000 Hi there, I would like to use one exec file from a shellscript but I would like it to be incorporated in the same file, like Nvidia do for its FreeBSD drivers. How can I do this in a convenient way ? Mathieu