Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tutorials/bash-christmas-tree/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -122,7 +123,7 @@ ssh root@<Instance Public IP>
```
The script writes an animated tree on the terminal window:

<Lightbox src="scaleway-animated-tree.gif" alt="" />
<Lightbox image={animatedTree} alt="" />
2. Exit the script by pressing `CTRL` + `c`.

<ClickableBanner
Expand Down