From f5df7b32d32d36901c2275ff9cdd71d1a535538c Mon Sep 17 00:00:00 2001 From: mintty Date: Sun, 18 Sep 2016 22:26:47 +0200 Subject: [PATCH] wsl.bat script to invoke wsltty manually (#3) --- wsl.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 wsl.bat diff --git a/wsl.bat b/wsl.bat new file mode 100755 index 0000000..4808468 --- /dev/null +++ b/wsl.bat @@ -0,0 +1,4 @@ +@echo off + +"%LOCALAPPDATA%\wsltty\bin\mintty.exe" -o Locale=C -o Charset=UTF-8 -i "%LOCALAPPDATA%\lxss\bash.ico" /bin/wslbridge -t /bin/bash -l +