1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-01 01:29:28 +00:00
Files
Interlisp.maiko/bin/mkvdate
2023-01-13 17:28:58 -08:00

7 lines
103 B
Bash

#!/bin/sh
cat <<EOF
#include <time.h>
extern const time_t MDate;
const time_t MDate = $(date +%s);
EOF