mirror of
https://git.mills.io/prologic/zs
synced 2025-02-12 01:59:22 +03:00
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
GITEA_BASE_URL="https://git.mills.io"
|
||
|
REPO="yarnsocial/twtxt.dev"
|
||
|
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"
|