Skip to content

Commit 22b745b

Browse files
authored
Update cerebro
1 parent ff6edbc commit 22b745b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

cerebro

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ then
126126
exit
127127
fi
128128

129-
# ----------------------------------------------------------------------
129+
# Check if all dependencys are installed ----------------------------------
130130

131131
JQ=$(which jq)
132132

@@ -202,7 +202,7 @@ function banner() {
202202
clear
203203
}
204204

205-
# --------------------------------------------------------
205+
# Function that gets activated when program stops ---------------------
206206

207207
function byemsg() {
208208

@@ -219,7 +219,7 @@ function byemsg() {
219219
exit
220220
}
221221

222-
# ------------------------------------------------
222+
# Print version ----------------------------------------
223223

224224
function VERSION() {
225225
echo " "
@@ -249,7 +249,7 @@ function DB() {
249249
echo " "
250250
}
251251

252-
# ----------------------------------------------
252+
# The Menu ---------------------------------------
253253

254254
function MENU() {
255255

@@ -346,7 +346,7 @@ function MENU() {
346346
fi
347347
}
348348

349-
# ------------------------------------------------------
349+
# Activate tor -------------------------------------------
350350

351351
function TOR() {
352352

@@ -398,7 +398,7 @@ function TOR() {
398398

399399
}
400400

401-
# ----------------------------------------------------------------
401+
# Update function ----------------------------------------------------
402402

403403
function 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

434434
function installcerebro() {
435435
sudo echo "#installed" >> $0
@@ -469,7 +469,7 @@ fi
469469

470470
clear
471471

472-
# ---------------------------------------------------------
472+
# Check for replies ----------------------------------------
473473

474474
function REPLIECHECK() {
475475
echo " "
@@ -489,7 +489,7 @@ function REPLIECHECK() {
489489
done
490490
}
491491

492-
# --------------------------------------------------------
492+
# send a sms ----------------------------------------------
493493

494494
function SENDSMS() {
495495

@@ -561,7 +561,7 @@ function SENDSMS() {
561561
fi
562562
}
563563

564-
# ----------------------------------------------------------------------
564+
# Check the status of the sms -------------------------------------------------------------
565565

566566
function SMSCHECK() {
567567

@@ -588,7 +588,7 @@ function SMSCHECK() {
588588
echo " "
589589
}
590590

591-
# -------------------------------------------------------------------
591+
# Check your remaining textbelt quota -------------------------------------
592592

593593
function QUOTACHECK() {
594594

@@ -615,7 +615,7 @@ function QUOTACHECK() {
615615
echo " "
616616
}
617617

618-
# ----------------------------------------------------------------------
618+
# send a test sms ----------------------------------------------------------
619619

620620
function TESTSMS() {
621621

@@ -669,7 +669,7 @@ function TESTSMS() {
669669

670670
}
671671

672-
# ------------------------------------------------------------------
672+
# Show the help function -------------------------------------------
673673

674674
function helpfunction() {
675675

@@ -691,7 +691,7 @@ function helpfunction() {
691691
echo " "
692692
}
693693

694-
# -------------------------------------------------------------
694+
# Listern for flags --------------------------------------------------
695695

696696
if [ "$1" == "--statuscheck" ]
697697

0 commit comments

Comments
 (0)