PowerShell/Scripts/empty-dir.ps1

11 lines
272 B
PowerShell
Raw Normal View History

2020-10-06 16:23:20 +02:00
#!/snap/bin/powershell
2020-12-29 15:14:21 +01:00
<#
.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
#>
2020-10-10 18:51:57 +02:00
# TODO
2020-10-06 16:23:20 +02:00
exit 0