You need to sign in or sign up before continuing.
Unverified Commit 780263f6 authored by black's avatar black Committed by GitHub

Merge pull request #1293 from mitchweaver/master

add bonsai linux support
parents ff420471 42bed8b6
...@@ -1339,6 +1339,7 @@ get_packages() { ...@@ -1339,6 +1339,7 @@ get_packages() {
has "sorcery" && tot gaze installed has "sorcery" && tot gaze installed
has "alps" && tot alps showinstalled has "alps" && tot alps showinstalled
has "butch" && tot butch list has "butch" && tot butch list
has "bonsai" && tot bonsai list
# Counting files/dirs. # Counting files/dirs.
# Variables need to be unquoted here. Only Bedrock Linux is affected. # Variables need to be unquoted here. Only Bedrock Linux is affected.
...@@ -5458,6 +5459,28 @@ ${c1} oMMNMMMMMMMMMMMMMMMMMMMMMM ...@@ -5458,6 +5459,28 @@ ${c1} oMMNMMMMMMMMMMMMMMMMMMMMMM
EOF EOF
;; ;;
"bonsai"*)
set_colors 6 2 3
read -rd '' ascii_data <<'EOF'
${c2} ,####,
${c2}#######, ${c2},#####,
${c2}#####',# ${c2}'######
${c2}''###'${c3}';,,,'${c2}###'
${c3} ,; ''''
${c3} ;;; ${c2},#####,
${c3} ;;;' ,,;${c2};;###
${c3} ';;;;''${c2}'####'
${c3} ;;;
${c3} ,.;;';'',,,
${c3} ' '
${c1} #
# O
##, ,##,',##, ,## ,#, ,
# # # # #''# #,, # # #
'#' '##' # # ,,# '##;, #
EOF
;;
"BSD") "BSD")
set_colors 1 7 4 3 6 set_colors 1 7 4 3 6
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment