Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lvca committed Jul 22, 2023
2 parents 6556e22 + 9791fee commit 5b6c006
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package/src/main/scripts/console.bat eol=crlf
package/src/main/scripts/server.bat eol=crlf
12 changes: 0 additions & 12 deletions package/src/main/scripts/console.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@
@REM limitations under the License.
@REM

@echo off
chcp 65001 >nul 2<&1 || goto afterBanner
echo █████╗ ██████╗ ██████╗ █████╗ ██████╗ ███████╗██████╗ ██████╗
echo ██╔══██╗██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗██╔══██╗
echo ███████║██████╔╝██║ ███████║██║ ██║█████╗ ██║ ██║██████╔╝
echo ██╔══██║██╔══██╗██║ ██╔══██║██║ ██║██╔══╝ ██║ ██║██╔══██╗
echo ██║ ██║██║ ██║╚██████╗██║ ██║██████╔╝███████╗██████╔╝██████╔╝
echo ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═════╝ ╚══════╝╚═════╝ ╚═════╝
:afterBanner
echo PLAY WITH DATA https://arcadedb.com
echo:

@setlocal

set ERROR_CODE=0
Expand Down
4 changes: 2 additions & 2 deletions package/src/main/scripts/server.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

@echo off
chcp 65001 >nul 2<&1 || goto afterBanner
echo █████╗ ██████╗ ██████╗ █████╗ ██████╗ ███████╗██████╗ ██████╗
echo █████╗ ██████╗ ██████╗ █████╗ ██████╗ ███████╗██████╗ ██████╗
echo ██╔══██╗██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗██╔══██╗
echo ███████║██████╔╝██║ ███████║██║ ██║█████╗ ██║ ██║██████╔╝
echo ██╔══██║██╔══██╗██║ ██╔══██║██║ ██║██╔══╝ ██║ ██║██╔══██╗
echo ██║ ██║██║ ██║╚██████╗██║ ██║██████╔╝███████╗██████╔╝██████╔╝
echo ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═════╝ ╚══════╝╚═════╝ ╚═════╝
echo ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═════╝ ╚══════╝╚═════╝ ╚═════╝
:afterBanner
echo PLAY WITH DATA https://arcadedb.com
echo:
Expand Down

0 comments on commit 5b6c006

Please sign in to comment.