Added support for Scientific Linux
This commit is contained in:
parent
4c026be4cd
commit
6ba5f78dee
2 changed files with 28 additions and 0 deletions
22
ascii/distro/scientific
Normal file
22
ascii/distro/scientific
Normal file
|
@ -0,0 +1,22 @@
|
|||
"\
|
||||
${c1} =/;;/-
|
||||
${c1} +: //
|
||||
${c1} /; /;
|
||||
${c1} -X H.
|
||||
${c1} .//;;;:;;-, X= :+ .-;:=;:;#;.
|
||||
${c1} M- ,=;;;#:, ,:#;;:=, ,@
|
||||
${c1} :# :#.=/++++/=.$= #=
|
||||
${c1} ,#; #/:+/;,,/++:+/ ;+.
|
||||
${c1} ,+/. ,;@+, ,#H;, ,/+,
|
||||
${c1} ;+;;/= @. ${c2}.H${c3}#${c2}#X ${c1}-X :///+;
|
||||
${c1} ;+=;;;.@, ${c3}.X${c2}M${c3}@$. ${c1}=X.//;=#/.
|
||||
${c1} ,;: :@#= =\$H: .+#-
|
||||
${c1} ,#= #;-///==///-// =#,
|
||||
${c1} ;+ :#-;;;:;;;;-X- +:
|
||||
${c1} @- .-;;;;M- =M/;;;-. -X
|
||||
${c1} :;;::;;-. #- :+ ,-;;-;:==
|
||||
${c1} ,X H.
|
||||
${c1} ;/ #=
|
||||
${c1} // +;
|
||||
${c1} '////'
|
||||
"
|
6
fetch
6
fetch
|
@ -1715,6 +1715,12 @@ getascii () {
|
|||
c2=$(color 1)
|
||||
;;
|
||||
|
||||
"Scientific"*)
|
||||
c1=$(color 4)
|
||||
c2=$(color 1)
|
||||
c3=$(color 7)
|
||||
;;
|
||||
|
||||
"Solus"*)
|
||||
c1=$(color 7)
|
||||
c2=$(color 8)
|
||||
|
|
Loading…
Reference in a new issue