126126 exit
127127fi
128128
129- # ------------------------------------ ----------------------------------
129+ # Check if all dependencys are installed ----------------------------------
130130
131131JQ=$( which jq)
132132
@@ -202,7 +202,7 @@ function banner() {
202202 clear
203203}
204204
205- # ----------------------------------- ---------------------
205+ # Function that gets activated when program stops ---------------------
206206
207207function byemsg() {
208208
@@ -219,7 +219,7 @@ function byemsg() {
219219 exit
220220}
221221
222- # -------- ----------------------------------------
222+ # Print version ----------------------------------------
223223
224224function VERSION() {
225225 echo " "
@@ -249,7 +249,7 @@ function DB() {
249249 echo " "
250250}
251251
252- # ------- ---------------------------------------
252+ # The Menu ---------------------------------------
253253
254254function MENU() {
255255
@@ -346,7 +346,7 @@ function MENU() {
346346 fi
347347}
348348
349- # ----------- -------------------------------------------
349+ # Activate tor -------------------------------------------
350350
351351function TOR() {
352352
@@ -398,7 +398,7 @@ function TOR() {
398398
399399}
400400
401- # ------------ ----------------------------------------------------
401+ # Update function ----------------------------------------------------
402402
403403function update() {
404404 echo " "
@@ -429,7 +429,7 @@ function update() {
429429 sleep 2
430430}
431431
432- # --------------------------------- ------------------
432+ # Check if program has been installed in the right directory ------------------
433433
434434function installcerebro() {
435435 sudo echo " #installed" >> $0
469469
470470clear
471471
472- # ----------------- ----------------------------------------
472+ # Check for replies ----------------------------------------
473473
474474function REPLIECHECK() {
475475 echo " "
@@ -489,7 +489,7 @@ function REPLIECHECK() {
489489 done
490490}
491491
492- # ---------- ----------------------------------------------
492+ # send a sms ----------------------------------------------
493493
494494function SENDSMS() {
495495
@@ -561,7 +561,7 @@ function SENDSMS() {
561561 fi
562562}
563563
564- # --------- -------------------------------------------------------------
564+ # Check the status of the sms -------------------------------------------------------------
565565
566566function SMSCHECK() {
567567
@@ -588,7 +588,7 @@ function SMSCHECK() {
588588 echo " "
589589}
590590
591- # ------------------------------ -------------------------------------
591+ # Check your remaining textbelt quota -------------------------------------
592592
593593function QUOTACHECK() {
594594
@@ -615,7 +615,7 @@ function QUOTACHECK() {
615615 echo " "
616616}
617617
618- # ------------ ----------------------------------------------------------
618+ # send a test sms ----------------------------------------------------------
619619
620620function TESTSMS() {
621621
@@ -669,7 +669,7 @@ function TESTSMS() {
669669
670670}
671671
672- # ----------------------- -------------------------------------------
672+ # Show the help function -------------------------------------------
673673
674674function helpfunction() {
675675
@@ -691,7 +691,7 @@ function helpfunction() {
691691 echo " "
692692}
693693
694- # ----------- --------------------------------------------------
694+ # Listern for flags --------------------------------------------------
695695
696696if [ " $1 " == " --statuscheck" ]
697697
0 commit comments