How to pass the following string:

```bash
cat >> test.txt << INNER_EOF
a
b
c
INNER_EOF
```

to the following function `my_test`?

```bash
my_test() {
command=$1
echo "command: $command|"
}
```
Jul 7, 8:50pm
Empty message
Jul 7, 8:50pm

This is a shared conversation and may include unverified content that doesn't reflect Mistral AI's views. Login to resume chatting.

Vibe can make mistakes. Check answers. Learn more