13 lines
171 B
Plaintext
Executable File
13 lines
171 B
Plaintext
Executable File
|
|
# $1 - root@192.168.0.5
|
|
# $2 - ../out/build/am64xx_Debug/profinet_io_dev
|
|
|
|
ssh $1 <<END_SCRIPT
|
|
|
|
killall gdbserver
|
|
|
|
exit
|
|
END_SCRIPT
|
|
|
|
scp $2 $1:/home/root/ProfinetConnector
|