mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-24 19:08:27 +02:00
Remove open-z-drive.ps1
This commit is contained in:
parent
3fcf9d0c6d
commit
4175c0fa7c
@ -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
|
|
Loading…
Reference in New Issue
Block a user