SHELL := /bin/bash

test:
	@node test/uuid.js

.PHONY: test