runner files

Flag: 📍 Modified: February 14, 2026 7:58 PM Category: Coding Notes List: Reference Created: December 7, 2025 11:47 AM Master Type: Notes Hide: No Starred: No Status: Unassigned

This is the Execution Authority List. A “Runner” is any script intended to be executed directly (e.g., python3 script.py or ./script.sh) or called as a subprocess. These files must have the shebang line (#!/usr/bin/env python3 or #!/bin/bash) to ensure the operating system knows how to run them if they are made executable. Here is the definitive list for v5: 🟢 Runners (Shebang Required) These files are entry points.