Notes to Self

Alex Sokolsky's Notes on Computers and Programming

wget in place of curl

Many containers pack wget but not curl. In this case, replace a call to curl with:

wget -qO - _url_