1
0
mirror of https://github.com/minio/minio.git synced 2025-02-13 06:38:09 -05:00

7 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