loader image
Skip to main content

Shebang

The first line of a script on Unix-like systems (e.g., #!/bin/bash or #!/usr/bin/env python3) that tells the OS which interpreter should execute the script.

» Site Glossary