mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 18:29:17 +02:00
4 lines
105 B
Bash
Executable file
4 lines
105 B
Bash
Executable file
outdated=$(pip list -o)
|
|
echo -n "$outdated"
|
|
return_code=$(echo -n "$outdated" | wc -l)
|
|
exit $return_code
|