mirror of https://gogs.blitter.com/RLabs/xs
Added -h handling to mintty_wrapper (MSYS/Win client)
This commit is contained in:
parent
a3367fc6ae
commit
a8a4f1671a
|
@ -27,6 +27,11 @@ trap cleanup EXIT ERR
|
|||
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 New Issue