Skip to content

Commit

Permalink
Update connect.sh
Browse files Browse the repository at this point in the history
Update error fixed
  • Loading branch information
LxaNce-Hacker authored Jul 10, 2023
1 parent ed8aafd commit 2919b5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion connect.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## LxaNce Hacker
__version__=1.0
__version__=1.1
clear

## Directories
BASE_DIR=$(realpath "$(dirname "$BASH_SOURCE")")

## ANSI colors (FG & BG)
RED="$(printf '\033[31m')" GREEN="$(printf '\033[32m')" ORANGE="$(printf '\033[33m')" BLUE="$(printf '\033[34m')"
MAGENTA="$(printf '\033[35m')" CYAN="$(printf '\033[36m')" WHITE="$(printf '\033[37m')" BLACK="$(printf '\033[30m')"
Expand Down

0 comments on commit 2919b5c

Please sign in to comment.