From 4a2837ee386cbcc033baa56d9ad833f238e8589f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 21 Jun 2016 09:48:01 +0200 Subject: [PATCH] Add command line tool to convert tombody notes to rST --- tools/convert.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 tools/convert.php 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)); +?> -- 2.30.2