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
2018-04-10 12:37:40 +12:00

10 lines
153 B
Bash
Executable file

#!/bin/sh
set -e
open -a /Applications/Marked\ 2.app README.md
code .
read -p "Press enter to continue to next step"
git checkout step-1
exec ./go.sh