Embedded programmer, (T)RPGamer, Emacser,
Leather craft, Shell-script with POSIX,
MASTODON sandglass@tablegame.mstdn.cloud
Twitter sand_glss
- Near Port
Pinned Loading
-
ULID on shell script. Universally Un...
ULID on shell script. Universally Unique Lexicographically Sortable Identifier. [ULID](https://github.com/ulid/spec) 1#!/bin/sh
2# -*- coding:utf-8 posix -*-
3# === Initialize shell environment =============================================
4#set -u # Just stop undefined values.
5#set -e # Just stop error.
-
uuidv7gen.sh
uuidv7gen.sh 1#!/bin/sh
2# -*- coding:utf-8 posix -*-
3# === Initialize shell environment =============================================
4#set -u # Just stop undefined values.
5#set -e # Just stop error.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.