Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
external
/
subpack
/
lang
/
python
/
python3
/
test.sh
blob: b45e65414f7b53e731a443b16e905d648e622df6 [
file
] [
log
] [
blame
]
#!/bin/sh
case
"$1"
in
python3
|
python3
-
base
|
python3
-
light
)
python3
--
version
|
grep
-
Fx
"Python $2"
;;
esac