We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e2665 commit fedf657Copy full SHA for fedf657
Transpilers/Wrappers/README.md
@@ -0,0 +1,12 @@
1
+Files in this directory and it's subdirectories generate wrappers for PipeScript and PowerShell.
2
+
3
+These wrappers allow PipeScript or PowerShell to be called from other programming languages.
4
5
6
+|DisplayName |Synopsis |
7
+|------------------------------------------|---------------------------------------------------------------------|
8
+|[Bash](Bash.psx.ps1) |[Wraps PowerShell in a Bash Script](Bash.psx.ps1) |
9
+|[Batch](Batch.psx.ps1) |[Wraps PowerShell in a Windows Batch Script](Batch.psx.ps1) |
10
+|[BatchPowerShell](BatchPowerShell.psx.ps1)|[Wraps PowerShell in a Windows Batch Script](BatchPowerShell.psx.ps1)|
11
12
0 commit comments