#!/bin/bash # Prompting user to enter their nameecho "Enter your name: "read name echo "Your name is $name."
Standard input is empty
Enter your name: Your name is .
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!