3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/usr/bin/env bash
|
|
UPDATES=$(checkupdates | wc -l)
|
|
echo "${UPDATES}"
|