INFO: menu options for m0, m4 and to show the DOCS

related: https://github.com/openoms/joininbox/issues/33
This commit is contained in:
openoms 2021-03-06 11:11:45 +00:00
parent 04f056cd74
commit c6be35e427
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65
5 changed files with 98 additions and 52 deletions

View file

@ -33,7 +33,7 @@ function getQRstring {
}
# BASIC MENU INFO
HEIGHT=13
HEIGHT=12
WIDTH=55
CHOICE_HEIGHT=20
TITLE="Tools"
@ -48,7 +48,6 @@ if [ "${runningEnv}" = standalone ]; then
fi
OPTIONS+=(
QR "Display a QR code from any text"
DOCS "Show a link to the documentation"
CUSTOMRPC "Run a custom bitcoin RPC with curl"
BOLTZMANN "Analyze the entropy of a transaction"
PASSWORD "Change the ssh password"
@ -82,18 +81,6 @@ case $CHOICE in
echo "Press ENTER to return to the menu..."
read key
;;
DOCS)
datastring="https://github.com/openoms/joininbox#more-info"
clear
echo
echo "Find a collection of written documentation and links to videos at:"
echo "$datastring"
echo
qrencode -t ANSIUTF8 "${datastring}"
echo
echo "Press ENTER to return to the menu..."
read key
;;
BOLTZMANN)
installBoltzmann
getTXID