mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
4 lines
77 B
Bash
4 lines
77 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
sed -i -e "s/v[0-9]\+\.[0-9]\+\.[0-9]\+/$1/g" README.md
|