8 lines
232 B
Bash
Executable File
8 lines
232 B
Bash
Executable File
#!/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"
|