This commit is contained in:
WebMaster
2017-02-15 01:59:45 -05:00
parent 5e8a4ecec9
commit 233662e0b4

4
expand_date Executable file
View File

@@ -0,0 +1,4 @@
#! /usr/bin/env ruby
data = STDIN.read
last_date = `git log --pretty=format:"%ad" -1`
puts data.gsub('$Date$', '$Date: ' + last_date.to_s + '$')