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