ctags.sh 119 B

1234
  1. #!/bin/sh
  2. # Generate a tags file for the codebase
  3. set -ex
  4. git ls-files src bin | ctags --links=no --languages=rust -L-