#!/bin/bash set -o nounset var=a var1= echo $var echo $var1 echo $var3