Sha256: 6c0e3c54862c56e2615d11eecf2c81d45453716121ce4f4928042564e0a06594
Contents?: true
Size: 262 Bytes
Versions: 8
Compression:
Stored size: 262 Bytes
Contents
#! /bin/bash # # Generate zapi documentation # Generate man pages and website manual cd doc ./mksite cd .. # Generate README.md and upload to git gitdown README.txt git add README.* images git commit -m "Generated documentation" # git push origin master
Version data entries
8 entries across 8 versions & 1 rubygems