URL
https://opencores.org/ocsvn/zet86/zet86/trunk
Subversion Repositories zet86
[/] [zet86/] [trunk/] [bin/] [version-date.sh] - Rev 55
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/bash sed "s/\$Version:[^\$]\+/\$Version: $1 /g" $2 | sed "s/\$Date:[^\$]\+/\$Date: $(date -R) /g" > $2.tmp mv $2.tmp $2
Go to most recent revision | Compare with Previous | Blame | View Log