Added uptodate function in root.bashrc
This commit is contained in:
parent
94e65ed548
commit
c4af834b4b
@ -36,3 +36,7 @@ function hgrep () {
|
||||
function pgrep () {
|
||||
ps aux | grep $1
|
||||
}
|
||||
|
||||
function u2d () {
|
||||
apt update && apt full-upgrade -y && apt autoremove -y
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user