funkwhale/scripts/check-api-deps.sh

6 wiersze
103 B
Bash
Executable File

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