mirror of
https://github.com/blacktop/ipsw.git
synced 2026-05-08 12:22:26 +00:00
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
rm -rf manpages
|
|
mkdir manpages
|
|
go run ./cmd/ipsw/main.go man manpages
|
|
gzip -r manpages |