Summary
Bash is a Unix shell used for scripting and automation.
Slug
bash
Tier
catalog
Extensions
.sh
Hello World
#!/usr/bin/env bash
echo "Hello, World!"
Tip: you can expand this page later with official docs + trusted references.