Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 25, 2022 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/8acd2ab16f96f54aadd34e456bf199a2 to your computer and use it in GitHub Desktop.
Save parzibyte/8acd2ab16f96f54aadd34e456bf199a2 to your computer and use it in GitHub Desktop.
static void Main(string[] args)
{
if (args.Length >= 1)
{
SetWallpaper(args[0]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment