Removed empty-dir.ps1

This commit is contained in:
Markus Fleschutz 2021-02-16 09:28:43 +01:00
parent 4b3480b6d0
commit b44ad0b972

View File

@ -1,10 +0,0 @@
#!/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