mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Added empty-dir.ps1
This commit is contained in:
10
Scripts/empty-dir.ps1
Normal file
10
Scripts/empty-dir.ps1
Normal 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
|
Reference in New Issue
Block a user