This commit is contained in:
2026-05-27 15:27:37 +03:00
parent 99c156b309
commit 1225df216c
5 changed files with 644 additions and 0 deletions

2
build.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
cc fastfetch_server.c -o fastfetch_server -O3 -lpthread