change tilde.team to envs.net

This commit is contained in:
creme 2023-03-30 16:26:15 +02:00
parent d1536d0bbf
commit c4edab040a
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

2
bb.sh
View File

@ -954,7 +954,7 @@ make_gophermap() {
user=$(stat -c '%U' .)
for post in $(ls -t *.md); do
post=$(basename $post)
printf "0$post\t/~$user/blog/$post\ttilde.team\t70\n"
printf "0$post\t/~$user/blog/$post\tenvs.net\t70\n"
done
EOF
chmod +x $HOME/public_html/blog/$gophermap