source: installer/vagrant/config/ask_pass.sh @ e994ff5

configure-oglivelgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since e994ff5 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.