diff --git a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md index 82bf2d0..326eab1 100644 --- a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md +++ b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md @@ -926,7 +926,9 @@ else fi ``` -This Bash script checks if a Docker container with a specific name or ID (passed as an argument to the script) exists. Here's a breakdown of what each part does: +This Bash script checks if a Docker container with a specific name or ID (passed as an argument to the script) exists. + +Here's a breakdown of what each part does: **`#!/bin/bash`**: - This is the shebang line that tells the system to run the script using the Bash shell.