Add go.sh

This commit is contained in:
James Harton 2018-04-10 12:33:42 +12:00
parent 524e0fc663
commit 6ff0e26b01

10
go.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
set -e
open -a /Applications/Marked\ 2.app README.md
code .
echo -n "Press enter to move on to next stage."
git checkout step-1
exec ./go.sh