Spaces:
Runtime error
Runtime error
File size: 285 Bytes
cfbfaf1 |
1 2 3 4 5 6 7 8 9 10 11 12 |
@echo off
cd /D "%~dp0"
set PATH=%PATH%;%SystemRoot%\system32
@rem sed -i 's/\x0D$//' ./wsl.sh converts newlines to unix format in the wsl script calling wsl.sh with 'update' will run updater
call wsl -e bash -lic "sed -i 's/\x0D$//' ./wsl.sh; source ./wsl.sh update"
:end
pause
|