PowerShell/Scripts/change-to-plane-wallpaper.ps1

15 lines
353 B
PowerShell
Raw Normal View History

<#
.SYNOPSIS
2021-12-13 10:03:37 +01:00
Changes to a plane wallpaper
.DESCRIPTION
2021-12-13 10:03:37 +01:00
This script downloads a random plane photo and sets it as desktop background.
.EXAMPLE
2021-12-13 10:03:37 +01:00
PS> ./change-to-plane-wallpaper
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
2021-12-13 10:03:37 +01:00
& "$PSScriptRoot/change-wallpaper.ps1" -Category "plane"
exit 0 # success