Remove open-z-drive.ps1

This commit is contained in:
Markus Fleschutz 2021-11-09 08:47:31 +01:00
parent 3fcf9d0c6d
commit 4175c0fa7c

View File

@ -1,15 +0,0 @@
<#
.SYNOPSIS
Opens the Z: drive folder
.DESCRIPTION
This script launches the File Explorer with the Z: drive folder.
.EXAMPLE
PS> ./open-z-drive
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-file-explorer.ps1" "Z:"
exit 0 # success