Powershell Beta 2 on Ubuntu 16.04 Steps to reproduce ------------------ Create a file hello #!/opt/microsoft/powershell/6.0.0-beta.2/powershell gps i* ---------- Then chmod +x it and run it ./hello It hangs Expected behavior ----------------- Not hanging :-) Actual behavior --------------- Environment data ---------------- <!-- provide the output of $PSVersionTable --> ```powershell > $PSVersionTable ```
Powershell Beta 2 on Ubuntu 16.04
Steps to reproduce
Create a file hello
#!/opt/microsoft/powershell/6.0.0-beta.2/powershell
gps i*
Then chmod +x it
and run it ./hello
It hangs
Expected behavior
Not hanging :-)
Actual behavior
Environment data