# Bash Command (bash-command) Executes a bash command ## Example Usage ```json "features": { "ghcr.io/devcontainers-extra/features/bash-command:1": {} } ``` ## Options | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | command | command to be executed (will be forwarded as is to a 'bash -c ' line) | string | - | --- _Note: This file was auto-generated from the [devcontainer-feature.json](devcontainer-feature.json). Add additional notes to a `NOTES.md`._