mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-26 14:26:10 +01:00
Rename to open-one-drive.ps1 and close-one-drive.ps1
This commit is contained in:
parent
9145a02bf8
commit
2853cfdd3b
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user