standardize: read user input with [key] instead of <key>, [long input] instead of <INPUT>; echo path with [[path]]

This commit is contained in:
Luk Lu
2023-10-10 10:23:51 +08:00
parent c56fb5202f
commit 5253cac12b
26 changed files with 153 additions and 153 deletions

View File

@@ -6,7 +6,7 @@ if [ $1 ]
then
VERSION=$1
else
echo "=== Enter geth <VERSION> or <leave blank> for default $defaultVERSION"
echo "=== Enter geth [version number] or [leave blank] for default $defaultVERSION"
read -p ">>> " VERSION
if [ ! "$VERSION" ]
then