in reply to Re: Re: RSH calling a shell script .profile issue
in thread RSH calling a shell script .profile issue
Make sense?#!/bin/bash # or /bin/ksh, or .... # set this to the right home path HOME=/home/compileUser . ~/.profile cd pathToMakeIn make ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: RSH calling a shell script .profile issue
by brentmaier (Initiate) on Mar 20, 2002 at 21:18 UTC | |
|
Re: Re: RSH calling a shell script .profile issue
by brentmaier (Initiate) on Mar 25, 2002 at 16:51 UTC |