#!/snap/bin/powershell <# .SYNTAX ./empty-dir.ps1 [] .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