#!/bin/bash echo -n "What is your name?" read name echo "Hello, $name, nice to meet you." exit 0