#!/bin/sh # tmdconv.sh --- tiny menu-based date converter # Copyright (c) 2024 Amin Bandali # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. This file is offered as-is, # without any warranty. # https://kelar.org/~bandali/software/tmdconv/ # gopher://kelar.org/1/~bandali/software/tmdconv/ # gopher://zaibatsu.circumlunar.space/1/~bandali/software/tmdconv/ # gemini://zaibatsu.circumlunar.space/~bandali/software/tmdconv/ tzdata="${tzdata:-/usr/share/zoneinfo/tzdata.zi}" usage() { cat <