gulp-web/tagscan-external.sh

5 lines
112 B
Bash
Raw Permalink Normal View History

2020-05-29 15:04:42 +00:00
#!/bin/sh
if [ -f '.tags-external' ] ; then rm .tags-external; fi
ctags -R -o .tags-external -a ./wp-includes