| | #!/bin/sh |
---|
| | # tpromptuser.sh - User Prompting From Shell With validation |
---|
| | # Copyright (c) 2010, TundraWare Inc, Des Plaines, IL USA |
---|
| | # All Rights Reserved |
---|
| | # $Id: tpromptuser.sh,v 1.107 2010/10/07 22:24:14 tundra Exp $ |
---|
| | # $Id: tpromptuser.sh,v 1.108 2010/10/07 22:35:01 tundra Exp $ |
---|
| | |
---|
| | ##### |
---|
| | # You are hereby granted a non-exclusive license to do whatever you |
---|
| | # like with this software so long as you understand this is |
---|
| | # *EXPERMENTAL SOFTWARE* that has not been thoroughly tested. It may |
---|
| | # cause harm to your systems, data, and/or network. It may compromise |
---|
| | # your security. It may cause other, unspecified, kinds of harm to |
---|
| | # your IT environment or business. In other words: |
---|
| | # |
---|
| | # USE THIS AT YOUR OWN RISK!!!!!! |
---|
| | ##### |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # What This Does |
---|
| | ##### |
---|
| | |
---|
| | # Loop through a set of questions for the user to answer, storing |
---|
| | # their response back into the prompt variable itself. |
---|
| | # |
---|
| |
---|
| | |