Skip to content

Instantly share code, notes, and snippets.

@miyataka
Created September 6, 2018 16:25
Show Gist options
  • Save miyataka/d448c94ace369fbb472e22c46d2d82d7 to your computer and use it in GitHub Desktop.
Save miyataka/d448c94ace369fbb472e22c46d2d82d7 to your computer and use it in GitHub Desktop.
#!/bin/sh
# create GPATH, GTAGS, GRTAGS files.
# do this your rails app root directory.
find -type f > ./tmp.list; gtags -v -f ./tmp.list; rm ./tmp.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment