My omnium-gatherom of scripts and source code.
at main 5 lines 113 B view raw
1#!/usr/bin/env nu 2 3let amount = (checkupdates | wc -l) 4 5dunstify ("You have " + $amount + " updates available.")