PowerShell/Scripts/empty-dir.ps1
2020-10-10 16:51:57 +00:00

10 lines
179 B
PowerShell
Executable File

#!/snap/bin/powershell
# Syntax: empty-dir.ps1 <dir>
# Description: Empties the given directory. The content is removed!
# Author: Markus Fleschutz
# License: CC0
# TODO
exit 0