We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cb327 commit 44fb5bfCopy full SHA for 44fb5bf
etc/scripts/hippo/hippo.sh
@@ -21,9 +21,11 @@ SOCIAL_PLATFORM="\e[1;34mhttps://discord.gg/TAqaG5sEfW\e[0m"
21
# HIPPO_SCRIPT_FILE="${SCRIPT_DIR}/hippo.sh"
22
23
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}";:; }
+die () { echo -e "${RED}Error ${*}${RST}";exit 1 ;:;}
+warn () { echo -e "${RED}Error ${*}${RST}";:;}
+shout () { echo -e "${DS}////////";echo -e "${*}";echo -e "////////${RST}";:; }
27
+lshout () { echo -e "${DC}";echo -e "${*}";echo -e "${RST}";:; }
28
+
29
30
function __check_for_hippo() {
31
if [ -d ${HIPPO_DIR} ] && [ -f ${HIPPO_SCRIPT_FILE} ]; then
0 commit comments