#!/bin/bash read -r -d '' VAR <<'EOF'abc'asdf"$(dont-execute-this)foo"bar"''EOF echo $VAR
Standard input is empty
abc'asdf" $(dont-execute-this) foo"bar"''
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!