mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-12-27 23:46:43 +01:00
3 lines
77 B
Bash
Executable file
3 lines
77 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
sed -i -e "s/v[0-9]\+\.[0-9]\+\.[0-9]\+/$1/g" README.md
|