chore(waybar): add script to check updates

This commit is contained in:
2025-05-19 10:35:27 +02:00
parent 1162095311
commit fb086cb885
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
#! /usr/bin/env bash
main() {
checkupdates | wc -l
}
main $@