From 4025fa32238a1038f72aa738e696f7e7a8041bed Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Mon, 4 Nov 2024 08:45:54 -0500 Subject: [PATCH] fix sorttable to being local --- bin/mk_summary2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mk_summary2.sh b/bin/mk_summary2.sh index 1f17780..6daee3f 100755 --- a/bin/mk_summary2.sh +++ b/bin/mk_summary2.sh @@ -10,7 +10,7 @@ #set -e #set -x -_version="23-sep-2024" +_version="4-nov-2024" if [ -z "$1" ]; then echo "Typical usage: $0 lmtinfo.txt > README.html" @@ -28,7 +28,7 @@ fi pid=$(pwd | awk -F/ '{print $NF}') echo "" -echo '' +echo '' echo "$pid: Summary of all obsnum's and combinations: (click on column name to sort by that column) Created: $(date)" echo ''