Skip to content

Commit 44fb5bf

Browse files
fixing
1 parent 03cb327 commit 44fb5bf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

etc/scripts/hippo/hippo.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ SOCIAL_PLATFORM="\e[1;34mhttps://discord.gg/TAqaG5sEfW\e[0m"
2121
# HIPPO_SCRIPT_FILE="${SCRIPT_DIR}/hippo.sh"
2222

2323

24-
die () { echo -e "${RED}Error ${*}${RST}";exit 1 ;:;}
25-
warn () { echo -e "${RED}Error ${*}${RST}";:;}
26-
shout () { echo -e "${DS}////////";echo -e "${*}";echo -e "////////${RST}";:; }
24+
die () { echo -e "${RED}Error ${*}${RST}";exit 1 ;:;}
25+
warn () { echo -e "${RED}Error ${*}${RST}";:;}
26+
shout () { echo -e "${DS}////////";echo -e "${*}";echo -e "////////${RST}";:; }
27+
lshout () { echo -e "${DC}";echo -e "${*}";echo -e "${RST}";:; }
28+
2729

2830
function __check_for_hippo() {
2931
if [ -d ${HIPPO_DIR} ] && [ -f ${HIPPO_SCRIPT_FILE} ]; then

0 commit comments

Comments
 (0)