Added empty-dir.ps1

This commit is contained in:
Markus Fleschutz
2020-10-06 16:23:20 +02:00
parent 847be37772
commit a4edd03857
2 changed files with 11 additions and 0 deletions

10
Scripts/empty-dir.ps1 Normal file
View File

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