diff options
author | garhve <garhve@gmail.com> | 2024-07-26 10:30:46 +0800 |
---|---|---|
committer | garhve <garhve@gmail.com> | 2024-07-26 10:30:46 +0800 |
commit | be8ed7b67e73168844e312a142ac0ada3369caea (patch) | |
tree | 7ad32c58256c1fcd6ea587a1984baf59d34905c0 /mkproj.sh | |
parent | dda6ba9644babd3b68bf63ab15f65b7b84dcb5e0 (diff) |
revise ending line
Diffstat (limited to 'mkproj.sh')
-rwxr-xr-x | mkproj.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,4 +80,4 @@ else [ "$?" -ne 0 ] && echo -e "failed creating ${BLUE}$work/$repo${NC}, please check permission" || echo -e "${YELLOW}creation finished${NC}" fi -echo -e "you may now use 'git remote --add origin ssh://user@ip:port$path/$repo' to push repository" +echo -e "you may now add remote with ${RED}git remote --add origin ssh://user@ip:port$path/$repo$NC command." |