mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-27 18:33:19 +01:00
Removed empty-dir.ps1
This commit is contained in:
parent
4b3480b6d0
commit
b44ad0b972
@ -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
|
Loading…
Reference in New Issue
Block a user