bf51655a7b
Signed-off-by: Jacek J. Łakis <jacek.lakis@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
6 lines
113 B
Bash
Executable file
6 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
|
|
today=$(date +%Y%m%d)
|
|
|
|
sed -i -r -e 's/const Repo = "([0-9]{8})"/const Repo = "'$today'"/' $GOFILE
|
|
|