8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
GITEA_BASE_URL="https://gitea.neur0tx.site/Neur0toxine/neur0tx.site/_edit/master"
|
||
|
|
||
|
url="${GITEA_BASE_URL}/${ZS_FILE}"
|
||
|
|
||
|
printf "<a href=\"%s\" rel=\"nofollow\" target=\"_blank\">✍️ Edit this page on Gitea.</a>" "$url"
|