shell-base/function/ssh

5 lines
125 B
Plaintext

# remote start a program (with x11 forwarding will render locally if gui)
function rrem(){
ssh -X -t "$1" """$2" "$3"""
}