source:
installer/vagrant/config/ask_pass.sh
Last change on this file was 692e9417, checked in by , 20 months ago | |
---|---|
|
|
File size: 129 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | # Parameter $1 passed to the script is the prompt text |
3 | # READ Secret from STDIN and echo it |
4 | read SECRET |
5 | echo $SECRET |
Note: See TracBrowser
for help on using the repository browser.