Add off function
This commit is contained in:
parent
8aa5fa4d87
commit
cfd6c25c6b
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@ bye() {
|
||||||
sudo protonvpn d
|
sudo protonvpn d
|
||||||
}
|
}
|
||||||
|
|
||||||
|
off() {
|
||||||
|
sudo protonvpn d && shutdown now
|
||||||
|
}
|
||||||
|
|
||||||
# Use python to make simple calculations, like 'calc 24/8'
|
# Use python to make simple calculations, like 'calc 24/8'
|
||||||
calc() {
|
calc() {
|
||||||
echo -n "$* = "
|
echo -n "$* = "
|
||||||
|
|
Loading…
Add table
Reference in a new issue