This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
graphql-lightning-talk/go.sh
James Harton 6ff0e26b01 Add go.sh
2018-04-10 12:33:42 +12:00

10 lines
154 B
Bash
Executable file

#!/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