Skip to content

Commit bcbec8d

Browse files
committed
RFC for PowerShell Core Interop Module
1 parent 5d65a13 commit bcbec8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-Draft/RFCXXXX-PowerShell-Core-Interop-Module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ to "windowize" the Linux platform and would be confusing for Linux professionals
5454
- including code samples of methods that simply work on both platforms unchanged
5555
- that requires some action from an administrator to enable (e.g. run a CMDLet in their script or a machine based profile)
5656

57-
###example
58-
Only tested on CentOS - so may need improvement for other distros
57+
###Example
5958

6059
~~~~PowerShell
6160
#Code that adapts Windows PowerShell to Linux
61+
#NOTE: Only tested on CentOS - so may need improvement for other distros
6262
$RunningOnWindows = $true
6363
If ((Test-Path variable:IsWindows) -AND !$IsWindows)
6464
{

0 commit comments

Comments
 (0)