@echo off
chcp 65001 >nul
title Step 01 - Start JVLinkServer + SSH tunnel to new server
call "%~dp0restore_linux_fetch_flow.bat"
exit /b %ERRORLEVEL%
