Added licensing terms and slight doc cleanup.
1 parent c9ad9de commit 48f3dd48007424034387568d9aae9a85a3ff5f18
@tundra tundra authored on 7 Oct 2010
Showing 1 changed file
View
34
tpromptuser.sh
#!/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.
#