bash: doku

This commit is contained in:
Michael Grote 2021-08-24 08:28:27 +02:00
parent 462ca178ff
commit 94eeeb4bc7

View file

@ -9,7 +9,7 @@ function rgv {
function psk {
ps -ef | grep $1 | grep -v grep | awk '{ print $2 }' | xargs kill -9
}
ssh() {
ssh() { #() ist die kurzform von function
tmux rename-window "$*"
command ssh "$@"
exit