Files
blog_tgbot/compile.sh
T
2026-06-09 15:40:56 +02:00

3 lines
91 B
Bash
Executable File

gcc main.c -o bot $(pkgconf --libs libcurl) $(pkgconf --libs yyjson)
./bot YOUR_TOKEN_HERE