#!/bin/sh for i in index clock readme code example slogan phrase course track target resource wiki create; do zip x *$i*.html; done