mirror of
https://github.com/jgamblin/Mirai-Source-Code
synced 2024-10-31 23:26:20 +00:00
3 lines
65 B
Bash
3 lines
65 B
Bash
|
#!/bin/bash
|
||
|
gcc -static -O3 -lpthread -pthread src/*.c -o loader
|