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 .SYNOPSIS
Closes Microsoft's OneDrive folder Closes Microsoft's OneDrive
.DESCRIPTION .DESCRIPTION
This script closes Microsoft's OneDrive folder gracefully. This script closes Microsoft's OneDrive gracefully.
.EXAMPLE .EXAMPLE
PS> ./close-onedrive PS> ./close-one-drive
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

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