Hi,
I want to set the variable which i had exported in shell script, in my home path from where i will be running the script.One thing i know is to source a file like for e.g:--
source script
or
. ./filename
The problem is i want to set it in the cron job and want to source a script.My script is a small build script written in bash shell and first it exports a variable and then build it.
Any help on this will be highly appreciated.
Regards,
Ranjan.
I want to set the variable which i had exported in shell script, in my home path from where i will be running the script.One thing i know is to source a file like for e.g:--
source script
or
. ./filename
The problem is i want to set it in the cron job and want to source a script.My script is a small build script written in bash shell and first it exports a variable and then build it.
Any help on this will be highly appreciated.
Regards,
Ranjan.