shell-base/function/ssh

4 lines
125 B
Text

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