1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 21:14:14 -04:00

7 lines
113 B
Bash
Raw Normal View History

#!/bin/bash
today=$(date +%Y%m%d)
sed -i -r -e 's/const Repo = "([0-9]{8})"/const Repo = "'$today'"/' $GOFILE