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