mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 12:48:29 +10:00
5 lines
64 B
Bash
Executable File
5 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cupd=$(checkupdates | wc -l)
|
|
echo "$cupd updates "
|