File size: 574 Bytes
1bdccf7
e193b76
67066a6
 
1bdccf7
 
 
67066a6
e193b76
1bdccf7
 
 
67066a6
e193b76
67066a6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
default: github.com/xfce-mirror/xfce4-terminal.rwkv.jsonl github.com/xfce-mirror/xfce4-terminal.rwkv.sorted.jsonl

extra: default

%.rwkv.jsonl: %.git/
	#{ git2jsonl/git2jsonl "$^"; git2jsonl/git2jsonl_base64 "$^"; } | sort --random-sort --random-source=/dev/zero > "$@" || { rm "$@"; false; }
	git2jsonl/git2jsonl "$^" | shuf --random-source=/dev/zero > "$@" || { rm "$@"; false; }
	rm -rf "$<"

%.sorted.jsonl: %.jsonl
	cat "$<" | awk '{ print length, $$0 }' | sort -n -s | cut -d' ' -f2- > "$@"

%.git/:
	mkdir -p "$$(dirname "$*")"
	git clone --mirror https://"$*" "$@"