dotfiles/.config/waybar/scripts/check_updates.sh

8 lines
65 B
Bash
Executable File

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