ctags-exuberant 173 B

12345
  1. #!/bin/sh
  2. if echo $@|grep -- "--language-force=php" >/dev/null 2>&1 ; then
  3. ctags-exuberant $(echo $@ | sed 's/--language-force=php//' | sed 's/--php-types=[^ ]*//')
  4. fi