log

age author description
Wed, 03 Jul 2024 18:07:19 +0100 HackEso <wib_jonas> `` f=/hackenv/bin/datei; >$f echo $\'#!/bin/bash\\nset -e\\nif (( 1 < $# )); then echo "datei error: too many command-line arguments. Usage: datei datetimestring"; exit 2; fi\\nexec date ${1:+-d "$1"} "+%Y-%m-%d %H:%M:%S.%3N %z %Z %B %-e %A %G-W%V-%u"\'; chmod a+x "$f" draft
Wed, 03 Jul 2024 17:59:16 +0100 HackEso <wib_jonas> `` set -e; f=/hackenv/bin/datei; hg cat -r 11945 "$f" >"$f"; chmod a+x "$f" draft