mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
5 lines
80 B
Python
5 lines
80 B
Python
import subprocess
|
|
|
|
def download(path):
|
|
subprocess.run(["wget", path]) # OK
|