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