entering password from command line or file
Asked by
P. David Flammer
I'm trying to script some push/pulls in bzr in linux. When I start the script, I would like to give my password to the script there (only when the script starts). It stores it in a bash variable. I then write it to temporary file and try the following:
bzr pull <addresstopull> < fileWithPasswor
That should use the file rather than stdin for the bzr pull. But it doesn't work. Any ideas of how I can do what I'm trying?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Bazaar Edit question
- Assignee:
- Jelmer Vernooij Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask P. David Flammer for more information if necessary.
To post a message you must log in.