#!/bin/sh ( cd capsule-prototype && zip -ru ../legacy/create.zip .htaccess * ) find legacy -type f -name 'index.html' -exec cp capsule-prototype/index.html {} \;