1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-10 06:03:35 +00:00
restic/vendor/cloud.google.com/go/internal/version/update_version.sh

7 lines
113 B
Bash
Raw Normal View History

2017-08-05 20:17:15 +02:00
#!/bin/bash
today=$(date +%Y%m%d)
sed -i -r -e 's/const Repo = "([0-9]{8})"/const Repo = "'$today'"/' $GOFILE