#!/bin/sh
set -e
rm -rf manpages
mkdir manpages
go run ./cmd/ipsw/main.go man manpages
gzip -r manpages