2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-25 13:09:02 +00:00
restic/vendor/cloud.google.com/go/internal/version/update_version.sh
2017-08-06 21:47:56 +02: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