PowerShell/run.sh
Andrew Schwartzmeyer 6a62522797 Fix tty after exit of shell
This seems to be a bug with new versions of .NET. An interactive program
purposefully unsets echo, but should also restore on shutdown, and
PowerShell is not doing this (though it used to).

https://askubuntu.com/questions/171449/shell-does-not-show-typed-in-commands-reset-works-but-what-happened
2015-12-16 15:10:04 -08:00

4 lines
102 B
Bash
Executable file

export CORE_ROOT=$(pwd)/bin TEMP=/tmp
./powershell $@
# Fix tty due to possible bug in .NET
stty echo