mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-04 22:03:30 +03:00
9 lines
256 B
Bash
Executable file
9 lines
256 B
Bash
Executable file
#!/bin/sh
|
|
|
|
GITEA_BASE_URL="https://git.mills.io"
|
|
REPO="prologic/zs-starter-template"
|
|
BRANCH="main"
|
|
|
|
url="${GITEA_BASE_URL}/${REPO}/_edit/${BRANCH}/${ZS_FILE}"
|
|
|
|
printf "<a href=\"%s\" rel=\"nofollow\" target=\"_blank\">✍️ Edit Page on Gitea</a>" "$url"
|