Files
my-scripts/count-updates
2023-08-18 11:01:14 +02:00

4 lines
82 B
Bash
Executable File

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