PowerShell/Scripts/empty-dir.ps1
2020-12-29 14:14:21 +00:00

11 lines
272 B
PowerShell
Executable File

#!/snap/bin/powershell
<#
.SYNTAX ./empty-dir.ps1 [<path-to-dir>]
.DESCRIPTION Empties the given directory by removing(!) any file and subdirectories.
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>
# TODO
exit 0