Skip to content

Instantly share code, notes, and snippets.

@SamanSh999
SamanSh999 / changebg.sh
Created January 18, 2017 10:40 — forked from Reza-Rg/changebg.sh
A shell script to set Bing Background as wallpaper automatically on both OSX and Linux (requires wget & jq)
#!/usr/bin/env bash
if [ "$(uname)" = "Darwin" ]; then
jq=/usr/local/bin/jq
wget=/usr/local/bin/wget
image_folder_path="/Users/$USER/Documents/Images/Bing/"
mkdir -p $image_folder_path