#! /usr/bin/env bash

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