#!/usr/bin/env bash

cloc --exclude-dir=node_modules,test --include-ext=rb,js .
