From 9ed81c37b0a77e83201f9f1bbe1d4d81efcca6a9 Mon Sep 17 00:00:00 2001 From: Tiago Almeida Date: Tue, 5 Nov 2019 00:42:09 +0000 Subject: [PATCH] Add help font --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 23bedd6..2f96122 100755 --- a/install.sh +++ b/install.sh @@ -15,6 +15,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# Help: +# https://www.shellscript.sh/tips/getopts/ + + # Bash Variables # Ativate or not the erros (1=activated) OPTERR=1