Added support for Scientific Linux

This commit is contained in:
Dylan 2016-02-16 16:10:11 +11:00
parent 4c026be4cd
commit 6ba5f78dee
2 changed files with 28 additions and 0 deletions

22
ascii/distro/scientific Normal file
View 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
View File

@ -1715,6 +1715,12 @@ getascii () {
c2=$(color 1) c2=$(color 1)
;; ;;
"Scientific"*)
c1=$(color 4)
c2=$(color 1)
c3=$(color 7)
;;
"Solus"*) "Solus"*)
c1=$(color 7) c1=$(color 7)
c2=$(color 8) c2=$(color 8)