mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-11 03:25:02 -04:00
Rename script, port and network select
This commit is contained in:
parent
7946a78e73
commit
05fb2e83f3
5 changed files with 108 additions and 13 deletions
50
uninstall
Executable file
50
uninstall
Executable file
|
@ -0,0 +1,50 @@
|
|||
#!/bin/bash
|
||||
|
||||
################################################################
|
||||
# Color Aliases #
|
||||
################################################################
|
||||
# Reset
|
||||
Off='\033[0m' # Text Reset
|
||||
|
||||
# Regular Colors
|
||||
Black='\033[0;30m' # Black
|
||||
Red='\033[0;31m' # Red
|
||||
Green='\033[0;32m' # Green
|
||||
Yellow='\033[0;33m' # Yellow
|
||||
Blue='\033[0;34m' # Blue
|
||||
Purple='\033[0;35m' # Purple
|
||||
Cyan='\033[0;36m' # Cyan
|
||||
White='\033[0;37m' # White
|
||||
|
||||
# Background
|
||||
On_Black='\033[40m' # Black
|
||||
On_Red='\033[41m' # Red
|
||||
On_Green='\033[42m' # Green
|
||||
On_Yellow='\033[43m' # Yellow
|
||||
On_Blue='\033[44m' # Blue
|
||||
On_Purple='\033[45m' # Purple
|
||||
On_Cyan='\033[46m' # Cyan
|
||||
On_White='\033[47m' # White
|
||||
|
||||
OkBullet="${Green}${On_Black}:: ${White}${On_Black}"
|
||||
WarnBullet="${Yellow}${On_Black}:: ${White}${On_Black}"
|
||||
ErrBullet="${Red}${On_Black}:: ${White}${On_Black}"
|
||||
Ok="${Green}${On_Black} ok.${Off}"
|
||||
Fail="${Red}${On_Black} failed!${Off}"
|
||||
Nok="${Yellow}${On_Black} nok.${Off}"
|
||||
Stat="${Purple}${On_Black}"
|
||||
StatInfo="${White}${On_Black}"
|
||||
|
||||
################################################################
|
||||
# Vars #
|
||||
################################################################
|
||||
|
||||
XMRSH_DIR="/opt/xmr.sh"
|
||||
|
||||
################################################################
|
||||
# Functions #
|
||||
################################################################
|
||||
|
||||
# TBD
|
||||
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue