Compare commits

...

2 Commits

Author SHA1 Message Date
aefc4eae06 Merge branch 'untested' of https://git.adolin.xyz/saru/lobotomy-mod-pack into untested 2024-10-27 14:54:34 -05:00
b361ff5a87 add ascii art
false alarm!!! found an ascii generator which will generate art with normal characters supported by cmd.exe
2024-10-27 14:54:15 -05:00

View File

@ -36,9 +36,47 @@ echo Updating...
@timeout /t 2 >nul 2>&1
tar -xvzf %mcroot%/mods.tar.gz -C %modfolder%
<<<<<<< HEAD
::: :+++++=
::: -++++++.
::: :++++++. .
::: .++++++. -=. -: .::
::: =+++++. :=. =- .--:. -
::: =+++++. .+ =: -=. :=
::: =+++++. +. :.=* .=: =:
::: =++++= .+ +. -- :+ .=
::: .+++++= .= ..=: :. =
::: .++=++- .= .+- =
::: ==++*=::.. * +
::: =*#-+- .:---:. :=-- .-=%. --=#- ..::.--
::: :#=-*- .::--:.*: .+ #@. - *@@- .. -#:
::: ++:*. .:--==:--:: .%%-.. :=.
::: =++.:...::::::..... :---+-:. .:.: --
::: *=..:::.. .=.
::: :-. .=:::
::: ..:=. :-..-:---:
::: ==:- .=-: :=-
::: .= =- :--. .--
::: -- :-:. -= .::::-:=.
::: :- =- :+ .+
::: --- -: .+ +.
::: := -= .+ =:
::: +. -: =: :=.
::: -. .=: --.....::-:
::: .=- .= :-:----- .::::.
::: .-: .= ..+:
::: -=......:.:-:+ :=
::: .::--::... := -
::: =: =:
::: --::.--
::: ....
for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A)
=======
>>>>>>> 2245d8798bc0de4d39bdc21bcede5eeb654c4f51
echo Sigma!
echo All done. C:
echo .
echo This window will close in ten seconds.
@timeout /t 10 >nul 2>&1
exit