1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-04-23 18:38:19 +02:00

Fixed file permissions

This commit is contained in:
Markus Fleschutz 2021-01-03 17:35:34 +00:00
parent bcc5cc6df6
commit 5aa8199346

2
Scripts/write-marquee.ps1 Normal file → Executable file
View File

@ -35,5 +35,5 @@ function StartMarquee { param([string]$text)
write-output "" write-output ""
} }
StartMarquee " +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text" StartMarquee " +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ $Text +++ "
exit 0 exit 0