Echo multiline string



examples/bash/echo_multilne_string.sh
#!/bin/bash

echo "
Line 1
Line 2
"