ProfinetConnector/debug_support/copy_app
2024-03-11 11:40:27 +03:00

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