mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +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 |