source: installer/vagrant/config/ask_pass.sh

lgromero-new-oglive
Last change on this file was 692e9417, checked in by Nicolas Arenas <nicolas.arenas@…>, 20 months ago

Test for using ask pass

  • Property mode set to 100644
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
4read SECRET
5echo $SECRET
Note: See TracBrowser for help on using the repository browser.