Commit a0acb0b6 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

git: Add etag script.

Showing with 9 additions and 0 deletions
+9 -0
tags.sh 0 → 100755
#! /bin/sh
# Command line to generate TAGS file for Emacs
find . -name "*.py" -print | etags -
# Command line to generate TAGS file for Vim
# ctags -R .
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment