google-sre-ebook/books.sh

16 lines
340 B
Bash
Raw Normal View History

2019-02-01 05:17:47 +00:00
# Google SRE Books.
declare -A BOOKS
BOOKS=(
# Site Reliability Engineering
["SRE_BOOK"]=$(
echo '
BOOK_NAME=sre-book
BOOK_NAME_FULL=Site Reliability Engineering
BOOK_FILE=google-sre-book
BOOK_TOC_URL=https://landing.google.com/sre/sre-book/toc/index.html
'
)
)