mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-14 12:03:59 +01:00
11 lines
189 B
PowerShell
11 lines
189 B
PowerShell
#!/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
|