Add system update to bye()
This commit is contained in:
parent
4075a3e4cb
commit
d8d3ed5a3f
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ hello() {
|
|||
bye() {
|
||||
cd || exit 1
|
||||
git-summary -d
|
||||
system_update
|
||||
}
|
||||
|
||||
calc() {
|
||||
|
|
Loading…
Add table
Reference in a new issue