#!/bin/sh prefix=@slide echo zip x @slide--assets*html zip x @slide--assets*html zip x @slide-tv*html for i in a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9; do echo zip x $prefix-$i*.html zip x $prefix-$i*.html @slide-c$i.html @slide-ch$i*html @slide-t$i*.html done