Add system update to bye()

This commit is contained in:
flyingscorpio@arch-desktop 2020-11-11 10:07:31 +01:00
parent 4075a3e4cb
commit d8d3ed5a3f

View file

@ -109,6 +109,7 @@ hello() {
bye() {
cd || exit 1
git-summary -d
system_update
}
calc() {