funkwhale/scripts/check-api-deps.sh

5 wiersze
105 B
Bash
Executable File

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