Update take-screenshot.ps1

This commit is contained in:
Markus Fleschutz 2021-01-27 10:45:32 +01:00 committed by GitHub
parent a488b0da03
commit dad0a13e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/snap/bin/powershell #!/snap/bin/powershell
<# <#
.SYNTAX ./take-screenshot.ps1 [<directory>] .SYNTAX ./take-screenshot.ps1 [<directory>]
.DESCRIPTION takes a single screenshots and saves it into the current/given directory .DESCRIPTION takes a single screenshot and saves it into the current/given directory
.LINK https://github.com/fleschutz/PowerShell .LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0 .NOTES Author: Markus Fleschutz / License: CC0
#> #>