Skip to content
View SahilMahadwar's full-sized avatar
🎯
Learning
🎯
Learning

Block or report SahilMahadwar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SahilMahadwar/README.md

Pinned Loading

  1. You can use this script to automatic... You can use this script to automatically set Bing's image of the day as your wallpaper. It downloads the image and saves it to a chosen folder. It also keeps track of downloaded images using a JSON file, so it won't download the same one twice. Just set it to run on every login to keep your wallpaper fresh!
    1
    #!/bin/bash
    2
    
                  
    3
    # Check internet connectivity
    4
    check_internet() {
    5
        wget -q --spider http://example.com