commit b8f611683f6d8760e2744e53217f3365b6129604 Author: Abhay Rana Date: Wed Feb 15 15:25:23 2017 +0530 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..207b927 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +html/ \ No newline at end of file diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 0000000..19a9b46 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +mkdir -p html +cd html +wget --mirror https://landing.google.com/sre/book/ + +mv landing.google.com/sre/book/* . +rm -rf landing.google.com \ No newline at end of file diff --git a/cover.jpg b/cover.jpg new file mode 100644 index 0000000..123b7c4 Binary files /dev/null and b/cover.jpg differ