Skip to content

Instantly share code, notes, and snippets.

View broisnischal's full-sized avatar
🔥
broisblack

Nischal Dahal broisnischal

🔥
broisblack
View GitHub Profile
@broisnischal
broisnischal / docker-clean.sh
Created August 11, 2025 04:51
docker-script
#!/usr/bin/env bash
set -euo pipefail
VERSION="1.1.0"
SCRIPT_NAME="docker-clean"
SCRIPT_URL="https://gist.githubusercontent.com/broisnischal/4e8c5a7430e7a47eb7d5855762f471da/raw/docker-clean.sh"
# Colors
RED="\033[0;31m"
GREEN="\033[0;32m"