diff --git a/tutorials/bash-christmas-tree/index.mdx b/tutorials/bash-christmas-tree/index.mdx index 20a17c3bed..f9a25dcd9a 100644 --- a/tutorials/bash-christmas-tree/index.mdx +++ b/tutorials/bash-christmas-tree/index.mdx @@ -12,6 +12,7 @@ dates: validation: 2025-03-27 posted: 2019-11-26 --- +import animatedTree from './assets/scaleway-animated-tree.gif' **Bash**, short for Bourne Again Shell, represents an improved version of Sh (Bourne Shell) and comes built-in with Linux and macOS operating systems. Serving as a shell, it furnishes a command line interface (CLI) for engaging with the computer's operating system. This interface deciphers commands in plain text format, conveying the instructions to the operating system to execute corresponding actions. @@ -122,7 +123,7 @@ ssh root@ ``` The script writes an animated tree on the terminal window: - + 2. Exit the script by pressing `CTRL` + `c`.