mirror of
https://github.com/hohn/codeql-intro-csharp.git
synced 2025-12-15 18:23:04 +01:00
4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/work-gh/codeql-intro-csharp/SqliDemo
|
|
dotnet build
|