#!/bin/sh # # Bourne Shell Variables # # echo Your script name is: $0 echo First argument: $1 echo Third argument: $3