1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-11-01 07:31:56 +00:00

fix installer: invoke configuration (#232), shortcuts generation (#237, #162),

usernames with spaces (#230) and other chars (#213), #162 generate shortcuts
This commit is contained in:
mintty
2020-04-02 14:44:32 +02:00
parent 8964534a5c
commit b8ad6553c4
6 changed files with 127 additions and 59 deletions

3
dequote.bat Executable file
View File

@@ -0,0 +1,3 @@
@echo off
rem https://ss64.com/nt/syntax-dequote.html
for /f "delims=" %%A in ('echo %%%1%%') do set %1=%%~A