libburn/cdrskin/make_timestamp.sh

10 lines
281 B
Bash
Raw Normal View History

#!/bin/sh
# Create version timestamp cdrskin/cdrskin_timestamp.h
2015-08-01 13:58:24 +00:00
# to be executed within ./libburn-* or ./cdrskin-*
timestamp="$(date -u '+%Y.%m.%d.%H%M%S')"
echo "Version timestamp : $timestamp"
echo '#define Cdrskin_timestamP "'"$timestamp"'"' >cdrskin/cdrskin_timestamp.h