1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-01 08:03:26 +00:00
Files
rclone/vendor/cloud.google.com/go/internal/version/update_version.sh

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