| 💾 Saved. | 1 | --- |
| 2 | name: greetings | |
| 3 | description: Greet somebody with a festive message. | |
| 4 | keywords: greet, greetings, hello, hi, welcome, bonjour, coucou, saluer | |
| 5 | --- | |
| 6 | ||
| 7 | # Greetings | |
| 8 | ||
| 9 | ## What to do | |
| 10 | ||
| 11 | The command below is for YOU to run with your `bash` tool, in this same turn. | |
| 12 | Do not show it to the user, and do not answer from memory: the answer is the | |
| 13 | command's output, nothing else. | |
| 14 | ||
| 15 | Replace `<name>` with the person being greeted, then run: | |
| 16 | ||
| 17 | ```bash | |
| 18 | echo "🎉 greetings <name>" | |
| 19 | ``` |