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 {
|
function psk {
|
||||||
ps -ef | grep $1 | grep -v grep | awk '{ print $2 }' | xargs kill -9
|
ps -ef | grep $1 | grep -v grep | awk '{ print $2 }' | xargs kill -9
|
||||||
}
|
}
|
||||||
ssh() {
|
ssh() { #() ist die kurzform von function
|
||||||
tmux rename-window "$*"
|
tmux rename-window "$*"
|
||||||
command ssh "$@"
|
command ssh "$@"
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in a new issue