Add off function

This commit is contained in:
flyingscorpio@arch-desktop 2021-01-10 23:40:57 +01:00
parent 8aa5fa4d87
commit cfd6c25c6b

View file

@ -118,6 +118,10 @@ bye() {
sudo protonvpn d
}
off() {
sudo protonvpn d && shutdown now
}
# Use python to make simple calculations, like 'calc 24/8'
calc() {
echo -n "$* = "