Skip to content

Commit

Permalink
Update cerebro
Browse files Browse the repository at this point in the history
  • Loading branch information
Da2dalus committed Jun 18, 2021
1 parent ff6edbc commit 22b745b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions cerebro
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ then
exit
fi

# ----------------------------------------------------------------------
# Check if all dependencys are installed ----------------------------------

JQ=$(which jq)

Expand Down Expand Up @@ -202,7 +202,7 @@ function banner() {
clear
}

# --------------------------------------------------------
# Function that gets activated when program stops ---------------------

function byemsg() {

Expand All @@ -219,7 +219,7 @@ function byemsg() {
exit
}

# ------------------------------------------------
# Print version ----------------------------------------

function VERSION() {
echo " "
Expand Down Expand Up @@ -249,7 +249,7 @@ function DB() {
echo " "
}

# ----------------------------------------------
# The Menu ---------------------------------------

function MENU() {

Expand Down Expand Up @@ -346,7 +346,7 @@ function MENU() {
fi
}

# ------------------------------------------------------
# Activate tor -------------------------------------------

function TOR() {

Expand Down Expand Up @@ -398,7 +398,7 @@ function TOR() {

}

# ----------------------------------------------------------------
# Update function ----------------------------------------------------

function update() {
echo " "
Expand Down Expand Up @@ -429,7 +429,7 @@ function update() {
sleep 2
}

# ---------------------------------------------------
# Check if program has been installed in the right directory ------------------

function installcerebro() {
sudo echo "#installed" >> $0
Expand Down Expand Up @@ -469,7 +469,7 @@ fi

clear

# ---------------------------------------------------------
# Check for replies ----------------------------------------

function REPLIECHECK() {
echo " "
Expand All @@ -489,7 +489,7 @@ function REPLIECHECK() {
done
}

# --------------------------------------------------------
# send a sms ----------------------------------------------

function SENDSMS() {

Expand Down Expand Up @@ -561,7 +561,7 @@ function SENDSMS() {
fi
}

# ----------------------------------------------------------------------
# Check the status of the sms -------------------------------------------------------------

function SMSCHECK() {

Expand All @@ -588,7 +588,7 @@ function SMSCHECK() {
echo " "
}

# -------------------------------------------------------------------
# Check your remaining textbelt quota -------------------------------------

function QUOTACHECK() {

Expand All @@ -615,7 +615,7 @@ function QUOTACHECK() {
echo " "
}

# ----------------------------------------------------------------------
# send a test sms ----------------------------------------------------------

function TESTSMS() {

Expand Down Expand Up @@ -669,7 +669,7 @@ function TESTSMS() {

}

# ------------------------------------------------------------------
# Show the help function -------------------------------------------

function helpfunction() {

Expand All @@ -691,7 +691,7 @@ function helpfunction() {
echo " "
}

# -------------------------------------------------------------
# Listern for flags --------------------------------------------------

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

Expand Down

0 comments on commit 22b745b

Please sign in to comment.