dotfiles/.config/waybar/scripts/check-updates.sh
2025-05-21 15:32:27 +02:00

7 lines
64 B
Bash
Executable File

#! /usr/bin/env bash
main() {
checkupdates | wc -l
}
main $@