From 9e9180698b28ee7e70e88c1719730ee995bedb03 Mon Sep 17 00:00:00 2001 From: Laurent MAZET Date: Mon, 6 Oct 2025 11:29:14 +0200 Subject: [PATCH] add scripts --- resync.sh | 6 ++++++ sync.sh | 1 + 2 files changed, 7 insertions(+) create mode 100755 resync.sh diff --git a/resync.sh b/resync.sh new file mode 100755 index 0000000..3c1ecb6 --- /dev/null +++ b/resync.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +date=$(date +'%Y%m%d-%H%M') +tar cvzf result-$date.tgz *.dat *.log +./gettable.sh > result-$date.csv +scp result-$date.tgz result-$date.csv mazet@192.168.1.1:smile diff --git a/sync.sh b/sync.sh index 41b739f..7c0e17a 100755 --- a/sync.sh +++ b/sync.sh @@ -5,3 +5,4 @@ for f in cyclictest hackbench '*.exe' '*.sh'; do scp mazet@192.168.1.1:benchmarks/$f . done +rm load.exe -- 2.30.2