diff --git a/tags.sh b/tags.sh
new file mode 100755
index 0000000000000000000000000000000000000000..00cfebbd3e733451b681dd4cef420d46cad67c9e
--- /dev/null
+++ b/tags.sh
@@ -0,0 +1,9 @@
+#! /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 .