Skip to content

Instantly share code, notes, and snippets.

View mys10gan's full-sized avatar
👊
Hardly Working

Hrithik Yadav mys10gan

👊
Hardly Working
View GitHub Profile
@mys10gan
mys10gan / download_website.sh
Created October 1, 2024 15:10
Download any website and its assets
#!/bin/bash
# Color definitions
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
BLUE='\033[0;34m'
NC='\033[0m' # No Color
# Logging function