valetudo-misc/tools/strace/res/file-date-gen

6 lines
70 B
Bash

#!/bin/sh
datestr=`date -u "+%Y-%m-%d"`
exec printf '%s' "$datestr"