#!/bin/bash MESSAGE=$1 MESSAGE2=$2 echo echo " ${MESSAGE}" echo echo " ${MESSAGE2}" ## Uncomment the for loop for a standard 80x24 terminal or use the ## xterm command line to customize the display for 5 or 6 lines #for line in `seq 1 20`; do echo #done eject /dev/dvd read -n 1 -p " Press any key to play..."