Rename to open-one-drive.ps1 and close-one-drive.ps1

This commit is contained in:
Markus Fleschutz 2021-11-03 20:33:39 +01:00
parent 9145a02bf8
commit 2853cfdd3b
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Closes Microsoft's OneDrive folder
Closes Microsoft's OneDrive
.DESCRIPTION
This script closes Microsoft's OneDrive folder gracefully.
This script closes Microsoft's OneDrive gracefully.
.EXAMPLE
PS> ./close-onedrive
PS> ./close-one-drive
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Opens the user's OneDrive folder
Opens Microsoft's OneDrive
.DESCRIPTION
This script launches Microsoft OneDrive with the user's OneDrive folder.
.EXAMPLE
PS> ./open-onedrive
PS> ./open-one-drive
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK