mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-19 00:46:30 +02:00
Updated the scripts
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
param([string]$Text)
|
||||
param([string]$Text = "")
|
||||
|
||||
function BrailleA() { param([int]$Row)
|
||||
switch($Row) {
|
||||
|
Reference in New Issue
Block a user