From: <jh...@us...> - 2009-10-13 18:30:07
|
Revision: 119 http://etch.svn.sourceforge.net/etch/?rev=119&view=rev Author: jheiss Date: 2009-10-13 18:29:59 +0000 (Tue, 13 Oct 2009) Log Message: ----------- Add a little wrapper script to simplify running etch from the working directory and/or distribution directory. Added Paths: ----------- trunk/client/run_etch Added: trunk/client/run_etch =================================================================== --- trunk/client/run_etch (rev 0) +++ trunk/client/run_etch 2009-10-13 18:29:59 UTC (rev 119) @@ -0,0 +1,11 @@ +#!/bin/sh + +# This script makes it easier to run the etch client from the +# distribution directory structure. It is not needed when the etch +# client is packaged and installed. + +RUBYLIB=../server/lib +export RUBYLIB + +exec ./etch "$@" + Property changes on: trunk/client/run_etch ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |