tested on on macos 15.7.1
$ mkdir -p bin $ curl -s https://romanzolotarev.com/ssg/ssg.sh > bin/ssg.sh $ chmod +x bin/ssg.sh $ brew install lowdown $
you may want to include bin to your $PATH.
to run ssg.sh tests:
$ curl -s https://romanzolotarev.com/ssg/ssg.test.sh > bin/ssg.test.sh $ chmod +x bin/ssg.test.sh $ ssg.test.sh ... 24..24 passed $© roman zolotarev