From: Christian Weiske Date: Tue, 21 Jun 2016 07:48:01 +0000 (+0200) Subject: Add command line tool to convert tombody notes to rST X-Git-Tag: v0.6.5~11 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/4a2837ee386cbcc033baa56d9ad833f238e8589f Add command line tool to convert tombody notes to rST --- diff --git a/tools/convert.php b/tools/convert.php new file mode 100755 index 0000000..2f57d6a --- /dev/null +++ b/tools/convert.php @@ -0,0 +1,14 @@ +#!/usr/bin/env php +convert(file_get_contents($file)); +?>