funquail/scripts/check-api-deps.sh
2022-11-25 19:43:50 +00:00

5 lines
103 B
Bash
Executable file

#!/usr/bin/env bash
outdated=$(pip list -o)
echo -n "$outdated"
exit "$(echo -n "$outdated" | wc -l)"