Imported Upstream version 0.72
This commit is contained in:
7
scripts/time-stamper.bash
Executable file
7
scripts/time-stamper.bash
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
build=$(grep BUILD $1 | cut -d\ -f3)
|
||||
build=$((build+1))
|
||||
echo "#define BUILD $build" >$1
|
||||
date=$(date +"%d.%m.%y (%A, %H:%M)")
|
||||
echo "#define BDATE \"$date\"" >>$1
|
||||
Reference in New Issue
Block a user