gulp-web/tagscan.sh

4 lines
82 B
Bash
Raw Permalink Normal View History

2020-05-29 15:04:42 +00:00
#!/bin/sh
ctags -R -o .tags --exclude='node_modules/*' --exclude='wp-includes' *