PowerShell/Scripts/empty-dir.ps1
2021-02-09 19:30:45 +01:00

11 lines
267 B
PowerShell
Executable File

#!/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