X-Git-Url: https://git.danix.xyz/?p=git_shell.git;a=blobdiff_plain;f=create;h=f3fa041f814553f1f663bca568b545026373ee21;hp=04d299a8b4c0195f06cccfcf4ce45ded698db907;hb=13686e1e2076b534b87b66489ad177cd11d5d93a;hpb=81873de46fa20d0d13ee44659850c07c2b247816 diff --git a/create b/create index 04d299a..f3fa041 100755 --- a/create +++ b/create @@ -23,7 +23,8 @@ function is_bare() { function git_init() { PROJECT=$1 echo "creating project \"${PROJECT}.git\"" - read -p "Describe your project in one line: " DESCRIPTION + echo -n "Describe your project in one line: " + read DESCRIPTION if [ ! -d ${GITDIR}/${PROJECT}.git ]; then mkdir ${GITDIR}/${PROJECT}.git fi