This website requires JavaScript.
Explore
Help
Sign In
nortega
/
my-scripts
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
7c71b8b614f18f0c98ac3086bd97a94b7cfae7ae
my-scripts
/
count-updates
T
4 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
Add count-updates for ArchLinux(ARM)
2023-08-18 11:01:14 +02:00
#!/bin/sh
UPDATES
=
$(
checkupdates
|
wc -l
)
echo
"
$UPDATES
"
> ~/.cache/update_count
Reference in New Issue
Copy Permalink