mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-03 14:10:07 +02:00
Removed empty-dir.ps1
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
#!/bin/powershell
|
||||
<#
|
||||
.SYNTAX ./empty-dir.ps1 [<path-to-dir>]
|
||||
.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
|
Reference in New Issue
Block a user