funkwhale/scripts/check-api-deps.sh
2021-04-30 06:25:38 +02:00

4 lines
105 B
Bash
Executable file

outdated=$(pip list -o)
echo -n "$outdated"
return_code=$(echo -n "$outdated" | wc -l)
exit $return_code