#!/bin/sh

set -eu

nodejs -e "x = require('node-uuid'); assert(x.v1().length == 36); assert(x.v4().length == 36);"
