# Distribution variables. dist_name='ProteanOS' # Add a preceding newline unless the first line is mostly empty (e.g. contains # only "_" characters in an ASCII art image). dist_motd_banner="$(cat <<'EOF'   _  .' `.  __ ___ _ | |.' | `. _ _ _|_ _ __ _ .' `. .' `- ~~| |~~~ |__.' |.' .' `. | .' `. _;. |' `. | | `-. ~~~~ | | | | | |---' .' | | | | | `. | | `._.' `.- `._. \_.'| | | `.___.' `._.' TM EOF )" # A single quote to fix Vim syntax highlighting: ' dist_ansi_color='1;34' dist_home_url='http://www.proteanos.com/' dist_bug_url='mailto:proteanos-dev@lists.proteanos.com'