[Webtest] New! Startup Scripts For WebTest

Roberto Corda webtest@lists.canoo.com
Mon, 4 Apr 2005 16:15:45 +0200


On Monday 04 April 2005 12:16, Denis N. Antonioli wrote:

> 	setenv PATH $PATH:~/WebTest/bin
> 	chmod a+rx ~/WebTest/bin/webtest.sh
> 	rehash

#write this into .bashrc
#bash
export PATH=$PATH:<your path to web test install>/WebTest/bin

#reload config (or simply open a new shell window)
source .bashrc

Ciao R.