add ascii art

false alarm!!! found an ascii generator which will generate art with normal characters supported by cmd.exe
This commit is contained in:
Obie Hinojosa 2024-10-27 14:54:15 -05:00
parent 83b18a9f0c
commit 53f72c8191

View File

@ -36,17 +36,44 @@ echo Updating...
@timeout /t 2 >nul 2>&1
tar -xvzf %mcroot%/mods.tar.gz -C %modfolder%
:::
::: へ ♡ |、
::: ૮ - ՛ ) (` - 7
::: / ⁻ ៸| |、⁻〵
::: 乀 (ˍ, ل ل じしˍ,)
:::
::: :+++++=
::: -++++++.
::: :++++++. .
::: .++++++. -=. -: .::
::: =+++++. :=. =- .--:. -
::: =+++++. .+ =: -=. :=
::: =+++++. +. :.=* .=: =:
::: =++++= .+ +. -- :+ .=
::: .+++++= .= ..=: :. =
::: .++=++- .= .+- =
::: ==++*=::.. * +
::: =*#-+- .:---:. :=-- .-=%. --=#- ..::.--
::: :#=-*- .::--:.*: .+ #@. - *@@- .. -#:
::: ++:*. .:--==:--:: .%%-.. :=.
::: =++.:...::::::..... :---+-:. .:.: --
::: *=..:::.. .=.
::: :-. .=:::
::: ..:=. :-..-:---:
::: ==:- .=-: :=-
::: .= =- :--. .--
::: -- :-:. -= .::::-:=.
::: :- =- :+ .+
::: --- -: .+ +.
::: := -= .+ =:
::: +. -: =: :=.
::: -. .=: --.....::-:
::: .=- .= :-:----- .::::.
::: .-: .= ..+:
::: -=......:.:-:+ :=
::: .::--::... := -
::: =: =:
::: --::.--
::: ....
for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A)
echo Sigma!
echo All done. C:
echo .
echo This window will close in ten seconds.
@timeout /t 10 >nul 2>&1
exit