Lacking Natural Simplicity

Random musings on books, code, and tabletop games.

drive-pyblox-to-nikola (Source)

#! /usr/bin/env bash
(cd ~/myblog &&
     find notentries/ entries/ -type f -name \*.rst |
~/comp/tkbtools/Scripts/pyblox-to-nikola)