Skip to content

Commit

Permalink
Update RTool.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
DayreaverDoesThings authored Aug 21, 2024
1 parent 022f050 commit 4c987ab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions RTool.bat
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
@echo off

title RTOOL
chcp 65001 >nul

:splash
color 0e
cls
echo.
echo ####################
echo.
echo R R R R R
echo R R
echo R R R R R
echo R R
echo R R
echo R R
echo R R
echo ██████╗░████████╗░█████╗░░█████╗░██╗░░░░░
echo ██╔══██╗╚══██╔══╝██╔══██╗██╔══██╗██║░░░░░
echo ██████╔╝░░░██║░░░██║░░██║██║░░██║██║░░░░░
echo ██╔══██╗░░░██║░░░██║░░██║██║░░██║██║░░░░░
echo ██║░░██║░░░██║░░░╚█████╔╝╚█████╔╝███████╗
echo ╚═╝░░╚═╝░░░╚═╝░░░░╚════╝░░╚════╝░╚══════╝
echo.
echo ####################
echo.
Expand Down Expand Up @@ -163,4 +163,4 @@ cls
goto menu

:exitprog
exit /b
exit /b

0 comments on commit 4c987ab

Please sign in to comment.