aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python3/test.sh
blob: b45e65414f7b53e731a443b16e905d648e622df6 (plain)
1
2
3
4
5
6
7
#!/bin/sh

case "$1" in
python3|python3-base|python3-light)
	python3 --version | grep -Fx "Python $2"
	;;
esac