#!/bin/bash # function for connection check function connected { ping -c 1 google.com &>/dev/null }