#!/bin/bash
ctags  --langmap=c++:+.cu --extra=+f `find . -regex '.*\.[ch]u*' -print`
