Added clearing screen when there's bad command

This commit is contained in:
Andrew Lee 2018-04-16 10:46:16 -04:00
parent 8ab00f876f
commit f77600d11b

View file

@ -20,6 +20,8 @@ if %start% == other goto error
:error
echo Bad command or file name or type command
echo.
pause>nul
cls
goto main
:a
git pull