mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
Use yyyy/mm/dd (big endian) date format.
This commit is contained in:
parent
0fcb690599
commit
6ef34d2e30
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
DATE=`date +%D`
|
||||
DATE=`date +%Y/%m/%d"
|
||||
|
||||
convert -fill white -font Helvetica-Bold \
|
||||
-pointsize 30 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue