#!/bin/sh
#
# An example hook script to prepare a packed repository for use over
# dumb transports.
#
# To enable this hook, rename this file to "post-update".

git update-server-info
(
echo '<meta charset="utf-8"><pre>
git clone https://k2c42.dy.fi/git/ipv6split.git/
'
git show master:README
echo '</pre>'
) >HEADER.html
