4 lines
82 B
Bash
4 lines
82 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
ctags -R -o .tags --exclude='node_modules/*' --exclude='wp-includes' *
|