mirror of
https://github.com/hohn/codeql-c-sqli.git
synced 2025-12-16 02:23:04 +01:00
3 lines
57 B
Bash
3 lines
57 B
Bash
#!/bin/bash
|
|
clang -Wall add-user.c -lsqlite3 -o add-user
|