#!/bin/sh

# INFO BOX
# ------------
# It prompts the user for a value. Then that value is store
# in file /tmp/Fdrive_size, from where other programs may
dialog 	--title "SELECT DRIVE SIZE" \
	--msgbox "\n What is your drive size? \n " 13 40 
