From 04775ce93d638c2aa81a853b52c55166aed9ec37 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 10 Oct 2024 16:00:32 +0900 Subject: Fix fediring indexing --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build b/build index fef10f2..4e634b1 100755 --- a/build +++ b/build @@ -2,7 +2,7 @@ #!nix-shell -i sh -p curl fead python3Packages.formbox htmlq julia-bin nodejs set -ex curl -Ss https://git.sr.ht/~amolith/fediring.net/blob/main/webring.txt | - awk 'NR % 2 { print $2 }' > _libs/fediring + grep -C1 cnx.gdn | awk 'NR % 2 { print $2 }' > _libs/fediring fead -F _libs/fead/sources -n 4 -l 192\ < _libs/fead/in.html > _libs/fead/out.html NODE=node julia --project=@. build.jl -- cgit 1.4.1