#!/bin/sh
set -e
if [ ! -e /usr/share/zsh ]; then exit 1; fi
find /usr/share/zsh -type f -name \*.zwc
