PowerShell/Scripts/next-beach-wallpaper.ps1

15 lines
353 B
PowerShell
Raw Normal View History

2021-12-12 12:17:30 +01:00
<#
.SYNOPSIS
Switches to a beach wallpaper
.DESCRIPTION
This script downloads a random beach photo and sets it as desktop wallpaper.
.EXAMPLE
2021-12-12 12:20:02 +01:00
PS> ./next-beach-wallpaper
2021-12-12 12:17:30 +01:00
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
2021-12-12 12:20:02 +01:00
& "$PSScriptRoot/next-random-wallpaper.ps1" -Category "beach"
2021-12-12 12:17:30 +01:00
exit 0 # success