mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/bash -p
|
|
|
|
case $1 in
|
|
python2) exit 1;;
|
|
*) command /usr/bin/which -- "$1";;
|
|
esac |