An open API service indexing awesome lists of open source software.

https://github.com/smtkanchana66/linux-internet-checker

This Bash script checks the internet connection and displays an animation based on the status.
https://github.com/smtkanchana66/linux-internet-checker

bash bash-script bash-scripting linux linux-app linux-shell shell shell-prompt shell-script shell-scripts shellcode shellscript

Last synced: 6 months ago
JSON representation

This Bash script checks the internet connection and displays an animation based on the status.

Awesome Lists containing this project

README

          

# Internet Connection Checker with Animation



## Overview

This Bash script checks the internet connection and displays an animation based on the status.

## Table of Contents

- [Usage](#usage)
- [Description](#description)
- [Animation](#animation)
- [License](#license)

## Usage

1. Make the script executable:

```bash
chmod +x internet_checker.sh
```

2. Run the script:

```bash
./internet_checker.sh
```

## Description

The script utilizes the `ping` command to check the internet connection. If the connection is successful, it displays an animation indicating a working internet connection. Otherwise, it shows an animation for no internet connection.

## Animation

The animation messages are displayed in the terminal, providing a visual representation of the internet connection status.