mirror of
https://github.com/GRFreire/scripts.git
synced 2026-01-09 04:49:38 +00:00
4 lines
91 B
Bash
Executable File
4 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
|
|
apt-get upgrade --dry-run | grep -P "\d\K upgraded" | cut -d' ' -f1 | xargs seq
|