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

11 lines
153 B
Bash
Raw Normal View History

2018-04-10 12:33:42 +12:00
#!/bin/sh
set -e
open -a /Applications/Marked\ 2.app README.md
code .
2018-04-10 12:37:40 +12:00
read -p "Press enter to continue to next step"
2018-04-10 12:33:42 +12:00
git checkout step-1
exec ./go.sh