diff --git a/go.sh b/go.sh index 6f97e26..92c0c40 100755 --- a/go.sh +++ b/go.sh @@ -5,6 +5,6 @@ set -e open -a /Applications/Marked\ 2.app README.md code . -echo -n "Press enter to move on to next stage." +read -p "Press enter to continue to next step" git checkout step-1 exec ./go.sh