mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 22:17:17 +02:00
Improved the scripts
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
param([string]$Word, [int]$Columns = 8)
|
||||
param($Word = "", [int]$Columns = 8)
|
||||
|
||||
function GetPermutations {
|
||||
[cmdletbinding()]
|
||||
|
Reference in New Issue
Block a user