#!/bin/sh # Author : Sameer Agrawal echo "What is your name?" read FOO echo "Hello, $FOO"
By Sameer Agrawal