gsdfgf
This commit is contained in:
4
expand_date
Executable file
4
expand_date
Executable 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 + '$')
|
||||
Reference in New Issue
Block a user