Fixed minor example string error.
1 parent 70651a6 commit eb524b66f44b68f045e49a2b248ed75c69c66389
@tundra tundra authored on 7 Oct 2010
Showing 1 changed file
View
4
tpromptuser.sh
#!/bin/sh
# promptuser.sh - User Prompting From Shell With validation
# Copyright (c) 2010, TundraWare Inc, Des Plaines, IL USA
# All Rights Reserved
# $Id: tpromptuser.sh,v 1.105 2010/10/07 19:21:14 tundra Exp $
# $Id: tpromptuser.sh,v 1.106 2010/10/07 19:23:48 tundra Exp $
 
# Loop through a set of questions for the user to answer, storing
# their response back into the prompt variable itself.
#
 
 
# Dump results for sake of this example only
 
echo "Before: foo->$foo bar->$bar baz->$baz bat->$bat"
echo "After: foo->$foo bar->$bar baz->$baz bat->$bat"