mirror of
https://github.com/hohn/codeql-dataflow-sql-injection.git
synced 2025-12-15 17:53: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
|