https://github.com/sbrisard/janus
Raw File
Tip revision: a6196a025fee6bf0f3eb5e636a6b2f895ca6fbc9 authored by Sébastien Brisard on 11 September 2019, 09:52:41 UTC
Typo
Tip revision: a6196a0
update-tags.sh
#!/bin/bash
find . -type f -iname "*.py" -o -iname "*.pyx" -o -iname "*.pxd" | etags -
back to top