9 lines
242 B
Bash
9 lines
242 B
Bash
|
|
#!/bin/sh
|
||
|
|
cat << ANARBITRARYTOKEN
|
||
|
|
The river was deep but I swam it, Janet.
|
||
|
|
The future is ours so let's plan it, Janet.
|
||
|
|
So please don't tell me to can it, Janet.
|
||
|
|
I've one thing to say and that's ...
|
||
|
|
Dammit. Janet, I love you.
|
||
|
|
ANARBITRARYTOKEN
|