document.write('<link rel="stylesheet" href="http://gist.github.com/stylesheets/gist/embed.css"/>')





document.write('<div id=\"gist-169533\" class=\"gist\">\n  \n  \n    \n            \n\n      <div class=\"gist-file\">\n        <div class=\"gist-data gist-syntax\">\n          \n          \n          \n            <div class=\"gist-highlight\"><pre><div class=\"line\" id=\"LC1\"><span class=\"c\">#!/bin/bash<\/span><\/div><div class=\"line\" id=\"LC2\">&nbsp;<\/div><div class=\"line\" id=\"LC3\"><span class=\"nv\">files<\/span><span class=\"o\">=<\/span><span class=\"sb\">`<\/span>find -iname <span class=\"s1\">&#39;*.py&#39;<\/span><span class=\"sb\">`<\/span><\/div><div class=\"line\" id=\"LC4\"><span class=\"nb\">echo<\/span> <span class=\"s1\">&#39;building ctags&#39;<\/span><\/div><div class=\"line\" id=\"LC5\">ctags <span class=\"nv\">$files<\/span><\/div><div class=\"line\" id=\"LC6\"><span class=\"nb\">echo<\/span> <span class=\"nv\">$files<\/span> &gt; cscope.files<\/div><div class=\"line\" id=\"LC7\"><span class=\"nb\">echo<\/span> <span class=\"s1\">&#39;building cscope db&#39;<\/span><\/div><div class=\"line\" id=\"LC8\">cscope -b<\/div><div class=\"line\" id=\"LC9\"><span class=\"nb\">echo<\/span> <span class=\"s1\">&#39;done&#39;<\/span><\/div><\/pre><\/div>\n          \n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"http://gist.github.com/raw/169533/ddd7a37c95545bf6dbb63a87ab8f61901921428f/gentags.sh\" style=\"float:right;\">view raw<\/a>\n          <a href=\"http://gist.github.com/169533#file_gentags.sh\" style=\"float:right;margin-right:10px;color:#666\">gentags.sh<\/a>\n          <a href=\"http://gist.github.com/169533\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n    \n  \n<\/div>\n')
