mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-18 05:34:52 +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 "
|