Coding-Challenges

URL Shortener

This is a simple Bash script that shortens a given URL using the is.gd URL shortening service. The script takes a long URL as input and returns a shortened version of the URL.

Features

Prerequisites

Installing figlet

cd Coding-Challenges/URL\ Shortener

2. Make the script executable:
```bash
chmod +x short.sh
  1. Run the script with a URL to shorten:
    ./short.sh "https://github.com/OsamaRab3"
    
  2. The script will output the shortened URL in green, and you can click on the link to be redirected to the original URL.

shortgithub