From 8a3cca551e412d3bd5cfddc6aa73c4f97edb483f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 2 Aug 2009 23:46:36 -0400 Subject: I can now check out from the repo! --- plugins/users/mkuser.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/users') diff --git a/plugins/users/mkuser.sh b/plugins/users/mkuser.sh index de4aeea..f07235b 100644 --- a/plugins/users/mkuser.sh +++ b/plugins/users/mkuser.sh @@ -10,7 +10,9 @@ ver='0.7.0' # Originally written by Luke Shumaker . read -p 'username: ' author +echo "$author" read -p 'give copyright to: ' owner +echo "$owner" if [ "$owner" != 'Public Domain' ]; then read -p 'use the license: ' license else -- cgit v1.2.3-54-g00ecf