blob: b45e65414f7b53e731a443b16e905d648e622df6 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh
2
3case "$1" in
4python3|python3-base|python3-light)
5 python3 --version | grep -Fx "Python $2"
6 ;;
7esac