diff options
Diffstat (limited to 'mkproj.sh')
-rwxr-xr-x | mkproj.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -75,7 +75,6 @@ read -r wt if [ $wt == 'n' ] || [ $wt != 'y' ]; then echo -e "${YELLOW}creation finished${NC}" - exit 1 else mkdir -p "$work/$repo" [ "$?" -ne 0 ] && echo -e "failed creating ${BLUE}$work/$repo${NC}, please check permission" || echo -e "${YELLOW}creation finished${NC}" |