From 48d4cb732d0fbcf8054c18b635db9037a7f1e36e Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 10 Apr 2018 12:37:40 +1200 Subject: [PATCH] Update go.sh --- go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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