log

age author description
Wed, 03 Jul 2024 17:53:18 +0100 HackEso <wib_jonas> `` f=/hackenv/bin/datei; >$f echo $\'#!/bin/sh\\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