#!/bin/sh

# Generates a unique string
date +%F_%H-%M-%S_%N_$(od -A n -t u -N 4 /dev/urandom | xargs)