#!/bin/sh if [ -f '.tags-external' ] ; then rm .tags-external; fi ctags -R -o .tags-external -a ./wp-includes