google-sre-ebook/bootstrap.sh

8 lines
147 B
Bash

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