uninstalled: Add support PowerShell on Windows
authorSeungha Yang <seungha.yang@navercorp.com>
Thu, 24 Jan 2019 17:13:08 +0000 (02:13 +0900)
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>
Tue, 2 Apr 2019 08:35:03 +0000 (08:35 +0000)
commitf42544cb6b1a55d0d4abe17710b673aa44008f1d
tree46e93d9cc15dc0effd69e6385b00c415114ebaf8
parentb0eea913a492faf30cc700daf1f9c3cc804abcc9
uninstalled: Add support PowerShell on Windows

... depending on detected shell program. For instance,
if the nearest ancestor process is PowerShell, run uninstalled
environment via PowerShell. Otherwise, $COMSPEC (most likely cmd.exe)
will be used.
cmd_or_ps.ps1 [new file with mode: 0644]
gst-uninstalled.py