3 lines
76 B
Bash
Executable File
3 lines
76 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cc fastfetch_server.c -o fastfetch_server -O3 -lpthread
|