diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-08-02 23:46:36 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:13 -0600 |
commit | 8a3cca551e412d3bd5cfddc6aa73c4f97edb483f (patch) | |
tree | e037e51af44a70d19a86fc70ae2853d654e1147d /plugins/users/mkuser.sh | |
parent | fd5bf0ecb44eaae6ab24773629bacf1797d180b6 (diff) |
I can now check out from the repo!
Diffstat (limited to 'plugins/users/mkuser.sh')
-rw-r--r-- | plugins/users/mkuser.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 <lukeshu@sbcglobal.net>. 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 |