5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = python3-pip ] || exit 0
|
|
|
|
pip --version | grep -F "pip $PKG_VERSION "
|