home · contact · privacy
Redo-ize wiki ersatz.
[config] / systemfiles / post-update
index 51742fb57d95e716c25370596a12cbb10135fbc2..c1aa4d2eb195818cf9f797d750d8fd6376750a46 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
 LIFELOGDIR=/home/plom/lifelog
 GIT_WORK_TREE=$LIFELOGDIR git checkout -f
-find $LIFELOGDIR -name "*.rst" -type f -exec sh -c 'pandoc -s -f rst --mathml -t html5 $0 > ${0%.rst}.html' {} \;
+cd $LIFELOGDIR
+redo