Skip to content

Instantly share code, notes, and snippets.

View Abhinavexists's full-sized avatar
:octocat:
You can teach me something.

Abhinav Abhinavexists

:octocat:
You can teach me something.
View GitHub Profile
@WomB0ComB0
WomB0ComB0 / full-stack.sh
Last active May 5, 2025 22:15
full-stack language install
#!/bin/bash
# Exit immediately if a command exits with a non-zero status.
set -e
# Treat unset variables as an error.
set -u
# --- Colors ---
RED='\033[0;31m'
GREEN='\033[0;32m'