mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 14:07:20 +02:00
Rename folder Docs to docs
This commit is contained in:
26
docs/simulate-matrix.md
Normal file
26
docs/simulate-matrix.md
Normal file
@ -0,0 +1,26 @@
|
||||
## simulate-matrix.ps1 - Simulates the Matrix (fun)
|
||||
|
||||
This PowerShell script simulates the Matrix (for fun).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
simulate-matrix.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./simulate-matrix
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of simulate-matrix.ps1*
|
Reference in New Issue
Block a user