File: mkcomptime

package info (click to toggle)
exifprobe 2.0.1%2Bgit20170416.3c2b769-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,904 kB
  • sloc: ansic: 34,799; sh: 413; makefile: 82
file content (7 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh
# @(#) $Id: mkcomptime,v 1.1 2003/01/06 19:31:55 alex Exp $

date=`date`
#echo "char *Comptime = \"${date}\";"
echo "char *Comptime = \"no date\";"
exit 0