Skip to content

Instantly share code, notes, and snippets.

@koki-h
Created March 8, 2009 13:08
Show Gist options
  • Save koki-h/75785 to your computer and use it in GitHub Desktop.
Save koki-h/75785 to your computer and use it in GitHub Desktop.
#!/bin/sh
#
# 引数に指定されたディレクトリとカレントディレクトリのファイルからタグファイルを生成する
#
remort_src=$1
find ../$remort_src/ | ctags -L -
ctags -a -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment