mirror of
https://github.com/github/codeql.git
synced 2026-05-21 22:57:11 +02:00
7 lines
110 B
Python
Executable File
7 lines
110 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import subprocess
|
|
|
|
subprocess.run(["kotlinc", "src/main/kotlin/KotlinExtractor.kt"])
|
|
|