Files
.dotfiles/.config/sway/waybar/scripts/check_updates
2024-03-21 12:35:55 +01:00

4 lines
106 B
Bash
Executable File

#!/bin/bash
i="$(checkupdates)"
printf "%b%b" "$i" "${i:+\n}" |wc -l; echo "$i" |column -t #|tr '\n' '\r'