nsbin/ikiwikitest.sh
Nico Schottelius 9468f9b060 update
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-10-26 23:28:38 +02:00

18 lines
377 B
Bash
Executable file

#!/bin/sh
set -x
BDIR=~/p/foreign/ikiwiki
( cd "${BDIR}" && git describe )
START="$(date)"
PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
--setup ikiwiki.setup \
--templatedir ${BDIR}/templates \
"$@"
ret=$?
END="$(date)"
echo ${START} - ${END}: ikiwiki result: $?
# -set underlaydir=${BDIR}/underlays/basewiki \
# -set underlaydirbase=${BDIR}/underlays \
# --libdir ${BDIR} \