#!/bin/bash Name='Rich Ba$tard'dough='$$$dollars$$$'cat <<____HERE$Name, you can win a lot of $dough this week!Notice that \`backticks' need escaping if you wantliteral text, not `pwd`, just like in variables like\$HOME (current value: $HOME)____HERE
Standard input is empty
Rich Ba$tard, you can win a lot of $$$dollars$$$ this week! Notice that `backticks' need escaping if you want literal text, not /home/XEwcUc, just like in variables like $HOME (current value: /home/XEwcUc)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!