4 lines
125 B
Text
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"""
|
|
}
|