Hacker News new | ask | show | jobs
by derekbaker783 1542 days ago
What is Powershell
2 comments

I just added powershell support to my Debian.

  $> ll /bin/powershell
  lrwxrwxrwx 1 root root 9 Mar 26 14:40 /bin/powershell -> /bin/dash

  $> cat ~/pwr_to_the_people.sh
  #!/bin/powershell

  echo "Hello Powershell"


  $> powershell ~/pwr_to_the_people.sh
  Hello Powershell
Works like a charm!
A dotnet based shell where you can share around dotnet object instead of plain text.