PowerShell/Scripts/empty-dir.ps1

10 lines
179 B
PowerShell
Raw Normal View History

2020-10-06 16:23:20 +02:00
#!/snap/bin/powershell
2020-10-10 18:51:57 +02:00
# Syntax: empty-dir.ps1 <dir>
# Description: Empties the given directory. The content is removed!
# Author: Markus Fleschutz
# License: CC0
# TODO
2020-10-06 16:23:20 +02:00
exit 0