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.
- Host: GitHub
- URL: https://github.com/smtkanchana66/linux-internet-checker
- Owner: smtkanchana66
- Created: 2023-11-18T14:47:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T15:18:15.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T20:49:29.708Z (6 months ago)
- Topics: bash, bash-script, bash-scripting, linux, linux-app, linux-shell, shell, shell-prompt, shell-script, shell-scripts, shellcode, shellscript
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.