mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Added -h handling to mintty_wrapper (MSYS/Win client)
This commit is contained in:
parent
a3367fc6ae
commit
a8a4f1671a
1 changed files with 8 additions and 3 deletions
|
@ -28,5 +28,10 @@ cleanup() {
|
|||
stty sane
|
||||
}
|
||||
|
||||
stty -echo raw icrnl
|
||||
./hkexsh $@
|
||||
if [ ${1}x == "-hx" ]; then
|
||||
./hkexsh -h
|
||||
else
|
||||
stty -echo raw icrnl
|
||||
./hkexsh $@
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue