From 6df6beef34a9bd5cc9a1cf87b138793d73802e23 Mon Sep 17 00:00:00 2001 From: Leopere Date: Tue, 6 Nov 2018 16:26:26 -0500 Subject: [PATCH] Document everything in quick-bootstrap.sh --- chainquery/quick-bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chainquery/quick-bootstrap.sh b/chainquery/quick-bootstrap.sh index 4a7a021..2e30166 100755 --- a/chainquery/quick-bootstrap.sh +++ b/chainquery/quick-bootstrap.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -## Be Polite and ask for permission. +## TODO: Be Polite and ask for confirmation. function QandA() { read -r -p "Continue with $1 [y/N] " response response=${response,,} # tolower @@ -14,6 +14,7 @@ function QandA() { ## Check your $PATH for required dependencies. ## Stop and complain for now, later automagically install them. +## TODO: Add dependency checker. function test_for_deps() { ## Test for Command if ! [ -x "$(command -v $1)" ]; then