libglacier/bootstrap/bootstrap.sh
2024-07-21 22:35:38 -04:00

14 lines
186 B
Bash

#!/bin/sh
red="\033[1;31m"
green="\033[1;32m"
yellow="\033[1;33m"
blue="\033[1;34m"
reset="\033[m"
check="\xE2\x9C\x93"
error="\xE2\x9C\x95"
warning="\x21"
question="\x3F"
mkdirs() {}