mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-20 05:32:56 -05:00
6 lines
113 B
Bash
6 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
|
|
|