diff options
Diffstat (limited to 'quellcode/versuch4/buildNcopy')
| -rwxr-xr-x | quellcode/versuch4/buildNcopy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quellcode/versuch4/buildNcopy b/quellcode/versuch4/buildNcopy new file mode 100755 index 0000000..6b29778 --- /dev/null +++ b/quellcode/versuch4/buildNcopy @@ -0,0 +1,2 @@ +#!/bin/bash +make static_libs=1 shared_libs_only=0 static_libs_only=1 -f GNUmakefile.Benchmark_Receiver && make static_libs=1 shared_libs_only=0 static_libs_only=1 -f GNUmakefile.Benchmark_Supplier && scp Receiver root@136.230.189.129:/opt/acetao/tests && scp Supplier root@136.230.189.135:/opt/acetao/tests |
