I am using the shortcode execute plugin in wordpress.
This simply allows me to write shortcode like this [email_spamproof]
But I am trying to echo a script.
You can either escape them with a back slash: echo 'It\'s cold'; or use heredoc:
echo 'It\'s cold';
heredoc
echo <<