From 6c49f384a2b426794e6ccf9cf38feea1a1a8c8f4 Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@localhost> Date: Tue, 29 Aug 2017 14:27:21 +0000 Subject: [PATCH] ida server fixes for pedi and clarifications --- .gitattributes | 4 ++-- SMP-analyze.sh => SMP-analyze-remote.sh | 0 collectIPSresults.sh | 13 ------------- manifest.txt | 2 ++ 4 files changed, 4 insertions(+), 15 deletions(-) rename SMP-analyze.sh => SMP-analyze-remote.sh (100%) delete mode 100755 collectIPSresults.sh create mode 100644 manifest.txt diff --git a/.gitattributes b/.gitattributes index 7093e62..1efa6b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ * text=auto !eol -/SMP-analyze.sh -text -/collectIPSresults.sh -text +/SMP-analyze-remote.sh -text /findso.pl -text +/manifest.txt -text diff --git a/SMP-analyze.sh b/SMP-analyze-remote.sh similarity index 100% rename from SMP-analyze.sh rename to SMP-analyze-remote.sh diff --git a/collectIPSresults.sh b/collectIPSresults.sh deleted file mode 100755 index 1c79df3..0000000 --- a/collectIPSresults.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -hosts="U64-01 U64-02 U64-03 U64-04 U64-05 U64-06 U64-07 U64-08 U64-09 U64-10 U64-11 U64-12 U64-13 U64-14 U64-15 U64-16 U64-17 U64-18 U64-19 U64-20" - -remoteUser="ps1" - -for host in $hosts; do - scp $remoteUser@$host:/tmp/$host-results.txt . -done; - -echo "Hostname, Copy Time, Wait Time, Execute Time, Copy Answer Time" >>IdaPro-timings.txt -cat *-results.txt >>IdaPro-timings.txt -rm *-results.txt diff --git a/manifest.txt b/manifest.txt new file mode 100644 index 0000000..f56edba --- /dev/null +++ b/manifest.txt @@ -0,0 +1,2 @@ +file findso.pl stars +file SMP-analyze-remote.sh stars -- GitLab