kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
5 wiersze
105 B
Bash
5 wiersze
105 B
Bash
|
outdated=$(pip list -o)
|
||
|
echo -n "$outdated"
|
||
|
return_code=$(echo -n "$outdated" | wc -l)
|
||
|
exit $return_code
|