Hacker News new | ask | show | jobs
by DyslexicAtheist 1542 days ago
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!