bash: sctl entfernt
This commit is contained in:
parent
350acf0449
commit
818a7d1d2e
1 changed files with 0 additions and 10 deletions
10
.bash_extra
10
.bash_extra
|
@ -161,16 +161,6 @@ function ll {
|
|||
ls -lah "$@"
|
||||
fi
|
||||
}
|
||||
function sctl {
|
||||
case "$1" in
|
||||
"")
|
||||
echo "[ERROR] Argument/Unit missing."
|
||||
;;
|
||||
*)
|
||||
sudo /usr/bin/systemctl "$1" "$2"
|
||||
sudo /usr/bin/systemctl status "$2"
|
||||
esac
|
||||
}
|
||||
|
||||
### Aliase
|
||||
# tmux
|
||||
|
|
Loading…
Reference in a new issue