Mercurial > repo
view bin/datei @ 12531:e620802431cc draft default tip
<b_jonas> `` [[ 12529 == $(hg log --removed -l 1 -T "{rev}" /hackenv/wisdom/password) ]] && learn password \'The password of the month is consider us expert everything street.\'
author | HackEso <hackeso@esolangs.org> |
---|---|
date | Wed, 01 Oct 2025 09:42:50 +0100 |
parents | 2c465d82bec1 |
children |
line wrap: on
line source
#!/bin/bash set -e if (( 1 < $# )); then echo "datei error: too many command-line arguments. Usage: datei datetimestring"; exit 2; fi exec date ${1:+-d "$1"} "+%Y-%m-%d %H:%M:%S.%3N %z %Z %B %-e %A %G-W%V-%u"