5 lines
52 B
Text
5 lines
52 B
Text
|
#!/bin/sh
|
||
|
|
||
|
echo $DISPLAY
|
||
|
ssh -n -X ts "startdelphi"
|