summaryrefslogtreecommitdiff
path: root/src/urlid
blob: 330df4993d53165f654271e8d54680007c64b563 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
set -eu

uuidx "$@" |
	tr -d '-' |
	xxxd      |
	base64    |
	sed -e 's|/|_|g' -e 's|+|-|g' -e 's|=||g'