funkwhale/scripts/check-api-deps.sh

7 wiersze
126 B
Bash
Czysty Zwykły widok Historia

2022-11-18 21:12:21 +00:00
#!/usr/bin/env bash
outdated=$(pip list -o)
echo -n "$outdated"
return_code=$(echo -n "$outdated" | wc -l)
exit $return_code