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

15 lines
353 B
PowerShell
Raw Normal View History

<#
.SYNOPSIS
2021-12-13 10:03:37 +01:00
Changes to a space wallpaper
.DESCRIPTION
This script downloads a random space photo and sets it as desktop background.
.EXAMPLE
2021-12-13 10:03:37 +01:00
PS> ./change-to-space-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 "space"
exit 0 # success