Power : Add bye & slp shortcuts for bash.
This commit is contained in:
parent
0007c0a07d
commit
5bba624378
9
module/common/bash/module/Power.sh
Normal file
9
module/common/bash/module/Power.sh
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Suspend system.
|
||||||
|
function slp() {
|
||||||
|
systemctl suspend
|
||||||
|
}
|
||||||
|
|
||||||
|
# Poweroff.
|
||||||
|
function bye() {
|
||||||
|
poweroff
|
||||||
|
}
|
Loading…
Reference in a new issue