#! /usr/bin/sh # You may have to change the path above. echo "What is your name?" read n; echo "Hello " $n;