Skip to content

Instantly share code, notes, and snippets.

View masatake's full-sized avatar

Masatake YAMATO masatake

View GitHub Profile
@h14i
h14i / dscanner
Last active December 16, 2015 01:45
Dscanner driver for universal-ctags
#!/bin/sh
# ~/.ctags.d/drivers
() {
COMMAND_NOT_FOUND=127
if ! type dscanner; then
exit ${COMMAND_NOT_FOUND}
fi
} > /dev/null 2>&1