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 "$@"
|
ls -lah "$@"
|
||||||
fi
|
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
|
### Aliase
|
||||||
# tmux
|
# tmux
|
||||||
|
|
Loading…
Reference in a new issue