this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 6 lines 103 B view raw
1#!/bin/bash 2 3# function for connection check 4function connected { 5 ping -c 1 google.com &>/dev/null 6}