mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Python: Copy Python extractor to codeql repo
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -p
|
||||
|
||||
case $1 in
|
||||
python2) exit 1;;
|
||||
*) command /usr/bin/which -- "$1";;
|
||||
esac
|
||||
Reference in New Issue
Block a user