Skip to content

Instantly share code, notes, and snippets.

@AdamHepner
Created August 19, 2016 14:18
Show Gist options
  • Save AdamHepner/3a73d562d6cc999fb31ec7a7226e951b to your computer and use it in GitHub Desktop.
Save AdamHepner/3a73d562d6cc999fb31ec7a7226e951b to your computer and use it in GitHub Desktop.
I had some small problems with interfacing org-babel with powershell directly under Linux, so I decided to work around it a bit.

Powershell on Linux in Org-Mode Proof of Concept

cat <<EOF | powershell -command -
Write-Host "Hello World from PowerShell on Linux"
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment