File: genctags

package info (click to toggle)
bart 0.6.00-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,924 kB
  • sloc: ansic: 58,970; python: 639; cpp: 506; makefile: 423; sh: 350
file content (2 lines) | stat: -rwxr-xr-x 85 bytes parent folder | download | duplicates (11)
1
2
#!/bin/bash
ctags  --langmap=c++:+.cu --extra=+f `find . -regex '.*\.[ch]u*' -print`