| 💾 Saved. d722711 k33g 4h ago | 1 | --- |
| 2 | name: vulcan-salute |
| 3 | description: Send a vulcan salute to somebody. |
| 4 | keywords: vulcan, vulcain, salute, salut, spock, star trek, live long and prosper, longue vie |
| 5 | --- |
| 6 | |
| 7 | # Vulcan salute |
| 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 saluted, the run: |
| 16 | |
| 17 | ```bash |
| 18 | echo "🖖 Live long and prosper! <name> 🖖" |
| 19 | ``` |