mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-01 01:29:28 +00:00
7 lines
103 B
Bash
7 lines
103 B
Bash
#!/bin/sh
|
|
cat <<EOF
|
|
#include <time.h>
|
|
extern const time_t MDate;
|
|
const time_t MDate = $(date +%s);
|
|
EOF
|