4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
|
#!/bin/sh
|
||
|
UPDATES=$(checkupdates | wc -l)
|
||
|
echo "$UPDATES" > ~/.cache/update_count
|