|
u can pass the password as an environment variable if u dont want to hardcode them.
define all the variable in another file
and just execute the following command.
. /path/passwords.txt
ur password.txt may contain
user=myuser
password=mypassword
use $user and $password in ur orignal script.
Anchal
|