mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-14 20:14:00 +01:00
Fix typo
This commit is contained in:
parent
adbc91e573
commit
0c9def2bee
@ -4,12 +4,12 @@
|
||||
.DESCRIPTION
|
||||
This script downloads a random beach photo and sets it as desktop wallpaper.
|
||||
.EXAMPLE
|
||||
PS> ./switch-to-beach-wallpaper
|
||||
PS> ./next-beach-wallpaper
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/switch-wallpaper.ps1" -Category "beach"
|
||||
& "$PSScriptRoot/next-random-wallpaper.ps1" -Category "beach"
|
||||
exit 0 # success
|
@ -4,12 +4,12 @@
|
||||
.DESCRIPTION
|
||||
This script downloads a random city photo and sets it as desktop wallpaper.
|
||||
.EXAMPLE
|
||||
PS> ./switch-to-city-wallpaper
|
||||
PS> ./next-city-wallpaper
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/switch-wallpaper.ps1" -Category "city"
|
||||
& "$PSScriptRoot/next-random-wallpaper.ps1" -Category "city"
|
||||
exit 0 # success
|
@ -6,7 +6,7 @@
|
||||
.PARAMETER Category
|
||||
Specifies the photo category (beach, city, ...)
|
||||
.EXAMPLE
|
||||
PS> ./switch-wallpaper beach
|
||||
PS> ./next-random-wallpaper
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
|
Loading…
Reference in New Issue
Block a user