Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2008 16:55:24 -0400
From:      ari edelkind <edelkind-freebsd-hackers@episec.com>
To:        hackers@freebsd.org
Subject:   Re: binary file within a shell script
Message-ID:  <20080508205524.GA79355@episec.com>
In-Reply-To: <20080508174142.GZ79355@episec.com>
References:  <3e473cc60805080659h721db611s886b80d213f9a2f3@mail.gmail.com> <20080508174142.GZ79355@episec.com>

next in thread | previous in thread | raw e-mail | index | archive | help
edelkind-freebsd-hackers@episec.com wrote:

> echo "*** generating ls..."
> file=`mktemp /tmp/ls.XXXXXX`
> [[ $? -eq 0 ]] || exit 1

Er, s/^file/lsfile/, obviously.

ari




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080508205524.GA79355>