Skip to content

Instantly share code, notes, and snippets.

@ronnieparalejas
ronnieparalejas / _README.md
Created February 19, 2022 03:26
Bash General-Purpose Yes/No Prompt Function ("ask")

This is a general-purpose function to ask Yes/No questions in Bash, either with or without a default answer. It keeps repeating the question until it gets a valid answer.

body {
width:960px;
margin: 0 auto;
background:#222;
margin:0;
padding:30px;
}
.no-2 {
position:block;
width:100px;
body {
margin: 0 auto;
background: #222;
font-family: helvetica;
padding: 50px;
}
nav ul {
list-style-type: none;
padding: 0;
margin: 0;
body {
margin: 0 auto;
background: #222;
font-family: helvetica;
padding: 50px;
}
nav ul {
list-style-type: none;
padding: 0;
margin: 0;
@ronnieparalejas
ronnieparalejas / dabblet.css
Created December 10, 2013 07:11 — forked from anonymous/dabblet.css
Untitled
body {
width: 250px;
margin: 0 auto;
background: #222;
font-family: helvetica;
padding: 50px;
}
nav ul {
list-style-type: none;
padding: 0;