funkwhale/scripts/check-api-deps.sh

7 wiersze
126 B
Bash
Executable File

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