bash: doku
This commit is contained in:
parent
462ca178ff
commit
94eeeb4bc7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue