mirror of
https://github.com/octoleo/restic.git
synced 2024-11-14 09:14:07 +00:00
7 lines
113 B
Bash
7 lines
113 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
today=$(date +%Y%m%d)
|
||
|
|
||
|
sed -i -r -e 's/const Repo = "([0-9]{8})"/const Repo = "'$today'"/' $GOFILE
|
||
|
|