1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-06 15:40:04 +02:00

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

@ -1,7 +1,7 @@
#!/snap/bin/powershell
<#
.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
.NOTES Author: Markus Fleschutz / License: CC0
#>