Index: build/build.sh =================================================================== diff -u -rae564e8c5fac7ce2642fc3021c09333f749e9633 -rd5f1b398cbac0ff03dffaeaeeef223f5abda2ec1 --- build/build.sh (.../build.sh) (revision ae564e8c5fac7ce2642fc3021c09333f749e9633) +++ build/build.sh (.../build.sh) (revision d5f1b398cbac0ff03dffaeaeeef223f5abda2ec1) @@ -116,6 +116,9 @@ #exit 3 fi +#copy built application into the specific target(s) +scp ./denali root@192.168.10.135://home/root/ + #return back to out path cd ..