mirror of
https://github.com/jgamblin/Mirai-Source-Code
synced 2026-06-09 14:22:14 +00:00
6a5941be68
Code Upload
3 lines
65 B
Bash
Executable File
3 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
gcc -static -O3 -lpthread -pthread src/*.c -o loader
|